Moved the sht11 driver to its own module

This commit is contained in:
Adam Dunkels 2013-11-28 14:53:23 +01:00
parent 8bb4860138
commit 4cfe6c4a5e
18 changed files with 18 additions and 17 deletions

View file

@ -103,7 +103,7 @@ httpd_cgi_add(struct httpd_cgi_call *c)
}
/*---------------------------------------------------------------------------*/
#if CONTIKI_TARGET_SKY
#include "dev/sht11-sensor.h"
#include "dev/sht11/sht11-sensor.h"
#include "dev/light-sensor.h"
#endif /* CONTIKI_TARGET_SKY */