Dependencies: mbed
Diff: main.cpp
- Revision:
- 2:12629c51b9a8
- Parent:
- 1:740b37ae44c3
--- a/main.cpp Tue Jul 10 18:44:41 2018 +0000 +++ b/main.cpp Tue Jul 10 18:49:34 2018 +0000 @@ -2,6 +2,7 @@ DigitalOut myled(LED4); DigitalOut myled1(LED3); +I2C accel(p9,p10); #define debug_print(...) \ do { if (DEBUG) printf(__VA_ARGS__); } while (0)