Outputs the original DS3231demo to a COM port rather than an debugger(?)
Fork of DS3231demo by
Diff: main.cpp
- Revision:
- 0:6be499dd402a
- Child:
- 1:7db4a1cc7abb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Nov 19 04:16:48 2014 +0000 @@ -0,0 +1,16 @@ +//Test Ds3231 class + +#include "ds3231.h" + + +int main(void) +{ + //instantiate rtc object + Ds3231 rtc(D14, D15); + + for(;;) + { + + } +} + \ No newline at end of file