aboutsummaryrefslogtreecommitdiff
path: root/sensor_dht22.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-11-11 15:26:01 +0100
committerKarel Kočí <cynerd@email.cz>2015-11-11 15:26:13 +0100
commit4e773191d447ac434536262a6f204dd991d4ad77 (patch)
treefd3e56c5e7478286f21aa1e808999a1a80179a9f /sensor_dht22.h
parent96d4026f492b56ac67779ab8e74ed4c483337ec7 (diff)
downloadavr-ioe-4e773191d447ac434536262a6f204dd991d4ad77.tar.gz
avr-ioe-4e773191d447ac434536262a6f204dd991d4ad77.tar.bz2
avr-ioe-4e773191d447ac434536262a6f204dd991d4ad77.zip
tmp
Diffstat (limited to 'sensor_dht22.h')
-rw-r--r--sensor_dht22.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sensor_dht22.h b/sensor_dht22.h
index 0776b77..6ddcf9c 100644
--- a/sensor_dht22.h
+++ b/sensor_dht22.h
@@ -5,8 +5,8 @@
#include "tasks.h"
#include "timer.h"
-#ifndef _DHT22_H_
-#define _DHT22_H_
+#ifndef _IOE_SENSOR_DHT22_H_
+#define _IOE_SENSOR_DHT22_H_
struct dht22_value {
uint8_t integral;
@@ -36,4 +36,4 @@ void dht22_init(uint8_t port);
int8_t dht22_read(uint8_t portindex, struct dht22_value *rh,
struct dht22_value *t);
-#endif /* _DHT22_H_ */
+#endif /* _IOE_SENSOR_DHT22_H_ */