mbed library sources modify the rtc/i2c
Dependents: SSD1306_smart_watch
Fork of mbed-src by
Diff: api/mbed.h
- Revision:
- 525:c320967f86b9
- Parent:
- 513:5e2f3330d475
- Child:
- 529:dcb248af6296
diff -r c0134becc221 -r c320967f86b9 api/mbed.h --- a/api/mbed.h Mon Apr 27 09:45:08 2015 +0100 +++ b/api/mbed.h Tue Apr 28 11:45:12 2015 +0100 @@ -54,6 +54,9 @@ #include "Timer.h" #include "Ticker.h" #include "Timeout.h" +#include "LowPowerTimeout.h" +#include "LowPowerTicker.h" +#include "LowPowerTimer.h" #include "LocalFileSystem.h" #include "InterruptIn.h" #include "wait_api.h"