Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 7:c6e6ec0e3396
- Parent:
- 6:866281ce2b44
- Child:
- 8:9bc80e40ac0d
--- a/main.cpp Fri Mar 22 02:00:48 2019 +0000 +++ b/main.cpp Mon Mar 25 11:19:20 2019 +0000 @@ -20,6 +20,7 @@ { init(); start_screen(); + //miner.miner_init(); while (1) { @@ -32,7 +33,7 @@ miner.miner_draw(lcd); - wait(0.1); + wait(0.2); } @@ -72,6 +73,5 @@ wait(0.1); pad.leds_off(); wait(0.1); - pad.tone(750.0,0.1); } } \ No newline at end of file