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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers comm.h Source File

comm.h

00001 #ifndef _COMM_H
00002 #define _COMM_H
00003 
00004 extern void comm_thread(void const *args);
00005 
00006 #endif