Brendan Kelly
/
mDot_helloworld_bk_sleep
An attempt to sleep an mDot
Fork of mDot_helloworld_bk by
Diff: main.cpp
- Revision:
- 5:4f89c0fcbe59
- Parent:
- 4:0c96c67d914b
- Child:
- 6:5fc728e59130
--- a/main.cpp Wed Aug 09 02:27:51 2017 +0000 +++ b/main.cpp Wed Aug 09 02:39:46 2017 +0000 @@ -23,6 +23,6 @@ uint32_t sleep_time = 5; //false is "don't deep sleep - mDot doesn't do that dot->sleep(sleep_time, mDot::RTC_ALARM, false); - logInfo("\r\n"); + printf("\r\n\r\n"); } } \ No newline at end of file