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

@ -40,7 +40,7 @@
#include "contiki.h"
#include "dev/leds.h"
#include "dev/sht11-sensor.h"
#include "dev/sht11/sht11-sensor.h"
#include "jsontree.h"
#include "json-ws.h"
#include <stdio.h>