sqefqsdf

Dependencies:   C12832 EthernetInterface LM75B mbed-rtos mbed

Fork of app-board-LM75B by Chris Styles

Committer:
gimohd
Date:
Tue May 09 12:26:57 2017 +0000
Revision:
7:0618a1e407d0
Parent:
6:77a4c45f6416
dfdsqf

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 0:ce7a8546502b 1 #include "mbed.h"
gimohd 6:77a4c45f6416 2 #include "IOController.h"
okano 0:ce7a8546502b 3
gimohd 6:77a4c45f6416 4 IOController controller;
okano 0:ce7a8546502b 5
chris 2:9e757151de9b 6 int main ()
okano 0:ce7a8546502b 7 {
gimohd 6:77a4c45f6416 8 while(controller.run()>0) {
gimohd 6:77a4c45f6416 9
gimohd 6:77a4c45f6416 10 }
gimohd 6:77a4c45f6416 11 }
chris 4:6df97cb10041 12
chris 4:6df97cb10041 13