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: Level1/Level1.h
- Revision:
- 23:1ee8686af747
- Parent:
- 21:7a7a115d910d
- Child:
- 24:9c7aca60e374
--- a/Level1/Level1.h	Wed Apr 03 13:52:15 2019 +0000
+++ b/Level1/Level1.h	Wed Apr 03 15:03:39 2019 +0000
@@ -16,13 +16,14 @@
     void soft_blocks(N5110 &lcd);
     void solid_blocks(N5110 &lcd);
     int spikes(N5110 &lcd);
-    void keys(N5110 &lcd, Gamepad &pad);
+    void keys(Key _k, N5110 &lcd, Gamepad &pad);
     int keys_collected();
     bool level1_exit(N5110 &lcd);
     
 private:
 
     Levelengine _level;
+    Key _k;
 
 };
 #endif
\ No newline at end of file