cdms_i2c_hardware_test
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of standaloneworkingi2c_cdms by
Diff: main.cpp
- Revision:
- 6:79d422d1ed42
- Parent:
- 4:104dd82c99b8
- Child:
- 8:fcd26c28411d
diff -r ab276a17ca07 -r 79d422d1ed42 main.cpp --- a/main.cpp Wed Dec 30 06:36:38 2015 +0000 +++ b/main.cpp Thu Dec 31 06:43:13 2015 +0000 @@ -55,12 +55,6 @@ int theAcount = 0; while(true){ - if(theAcount >= 700000){ - theAcount = 0; - //gLEDR = !gLEDR; - } - else{ - theAcount++; - } + Thread::wait(osWaitForever); } } \ No newline at end of file