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:
4:9065e9ccb078
Parent:
3:ede67e9b60eb
Child:
5:5c8e97742751
--- a/src/main.cpp	Tue May 06 19:21:27 2014 +0000
+++ b/src/main.cpp	Wed May 07 07:03:18 2014 +0000
@@ -27,6 +27,8 @@
 
 int main(void)
 {
+    pc.printf("EMIRv2 compiled " __DATE__ " " __TIME__ "\n");
+    
     pc.printf("Starting threads... ");
     Thread sensor(sensor_thread, NULL, osPriorityNormal, DEFAULT_STACK_SIZE);
     Thread comm(comm_thread, NULL, osPriorityNormal, DEFAULT_STACK_SIZE);