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:
- 30:6d6b48fe3679
- Parent:
- 29:d85886364643
- Child:
- 34:c5a042973e0c
--- a/main.cpp Wed Apr 10 00:50:14 2019 +0000 +++ b/main.cpp Wed Apr 10 14:29:14 2019 +0000 @@ -14,6 +14,7 @@ void start_screen(); void render(); void restart(); +void button_a(); int main() { @@ -78,4 +79,10 @@ lcd.printString("try again! ",16,4); wait(1); } -} \ No newline at end of file +} + +/*void button_a() +{ + int b = buttona.read(); + printf("button a pressed %i", b); +}*/ \ No newline at end of file