nguyen hoang
/
Dot-Examples-Khang290319
publish
Diff: examples/inc/dot_util.h
- Revision:
- 7:724cb82a113e
- Parent:
- 5:97ed5f2f099e
- Child:
- 8:e667f4a507b1
diff -r 036c54a26c30 -r 724cb82a113e examples/inc/dot_util.h --- 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