ELEC2645 (2018/19) / Mbed 2 deprecated el17arm

Dependencies:   mbed

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