Laurent Huot
/
SPI
drtgddf
Diff: main.cpp
- Revision:
- 0:aab1f335cf6b
- Child:
- 1:2b2be189b4db
diff -r 000000000000 -r aab1f335cf6b main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jan 11 19:10:09 2016 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" + + +int main() { + while(1) { + + } +}