sqefqsdf
Dependencies: C12832 EthernetInterface LM75B mbed-rtos mbed
Fork of app-board-LM75B by
main.cpp
- Committer:
- gimohd
- Date:
- 2017-03-23
- Revision:
- 6:77a4c45f6416
- Parent:
- 5:608f2bf4d3f7
File content as of revision 6:77a4c45f6416:
#include "mbed.h" #include "IOController.h" IOController controller; int main () { while(controller.run()>0) { } }