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:
- 24:9c7aca60e374
- Parent:
- 23:1ee8686af747
- Child:
- 25:7fb1b6fa9137
- Child:
- 26:bce40bf4c9fc
--- a/Level1/Level1.h Wed Apr 03 15:03:39 2019 +0000 +++ b/Level1/Level1.h Mon Apr 08 18:17:10 2019 +0000 @@ -16,7 +16,7 @@ void soft_blocks(N5110 &lcd); void solid_blocks(N5110 &lcd); int spikes(N5110 &lcd); - void keys(Key _k, N5110 &lcd, Gamepad &pad); + void keys(N5110 &lcd, Gamepad &pad); int keys_collected(); bool level1_exit(N5110 &lcd);