Simple demo for exercising the board
Dependencies: MAX11300 MAX4822 OneWire Terminal ds3231 mbed
Revision 12:97bc95dbfc64, committed 2017-03-06
- Comitter:
- j3
- Date:
- Mon Mar 06 23:47:46 2017 +0000
- Parent:
- 11:fe03fb61fb08
- Commit message:
- Removed Timer object since not used
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r fe03fb61fb08 -r 97bc95dbfc64 main.cpp --- a/main.cpp Mon Mar 06 23:31:35 2017 +0000 +++ b/main.cpp Mon Mar 06 23:47:46 2017 +0000 @@ -127,9 +127,6 @@ MAX11300::CmdResult pixi_result; MAX4822::CmdResult rly_drvr_result; - Timer t; - t.start(); - while(user_entry != QUIT) { term.printf("1. Set RTC\n");