diff options
author | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:05:39 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:05:39 +0100 |
commit | f5eafa85c5eba45d09b908a45671cd84e4aeb07d (patch) | |
tree | b66d08a26c6f8c8d24cc7cf535b08fda879fed31 /dht22 | |
parent | a5bb06281011f4f0edd6f7b9331f149bd256d495 (diff) | |
download | avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.tar.gz avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.tar.bz2 avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.zip |
Prepare for DHT22
Diffstat (limited to 'dht22')
-rw-r--r-- | dht22/files.mk | 0 | ||||
-rw-r--r-- | dht22/humidity.h | 0 | ||||
-rw-r--r-- | dht22/temperature.h | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/dht22/files.mk b/dht22/files.mk new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/files.mk diff --git a/dht22/humidity.h b/dht22/humidity.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/humidity.h diff --git a/dht22/temperature.h b/dht22/temperature.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/temperature.h |