EMIR - Ekvitermní mikroprocesorová regulace https://code.google.com/p/emir/ https://code.google.com/p/emir/wiki/DesignV3

Dependencies:   ConfigFile DS1307 OneWire SDFileSystem USBDeviceLite mbed-rtos mbed

Revision:
3:ede67e9b60eb
Child:
4:9065e9ccb078
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/sensor.h	Tue May 06 19:21:27 2014 +0000
@@ -0,0 +1,12 @@
+#ifndef _SENSOR_H
+#define _SENSOR_H
+
+extern uint8_t sensor_roms[8][16];
+extern int16_t sensor_temps[16];
+extern int sensor_count;
+
+extern Mutex sensor_mutex;
+
+extern void sensor_thread(void const *args);
+
+#endif