
FF1705 support added
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Fork of Dot-Examples by
Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2
Diff: examples/inc/dot_util.h
- Revision:
- 7:724cb82a113e
- Parent:
- 5:97ed5f2f099e
- Child:
- 8:e667f4a507b1
--- a/examples/inc/dot_util.h Fri Oct 07 10:39:29 2016 -0500 +++ b/examples/inc/dot_util.h Fri Oct 07 12:45:23 2016 -0500 @@ -24,6 +24,12 @@ void sleep_wake_rtc_or_interrupt(bool deepsleep); +void sleep_save_io(); + +void sleep_configure_io(); + +void sleep_restore_io(); + void send_data(std::vector<uint8_t> data); #endif