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 N5110 ShiftReg PinDetect
Diff: Resources.h
- Revision:
- 10:f2488a0ecab7
- Parent:
- 8:9ac6a428fa26
- Child:
- 11:adb68da98262
--- a/Resources.h Sun May 03 11:48:42 2015 +0000 +++ b/Resources.h Fri May 08 14:39:36 2015 +0000 @@ -3,6 +3,7 @@ // Resource files - sprites/images stored as arrays +/// Images: Arrays consisting of 1 (opaque) or 0 (blank). namespace Image { // Player sprite @@ -13,8 +14,6 @@ {0, 0, 1, 1, 0}, {0, 1, 0, 0, 1} }; - - } @@ -24,15 +23,4 @@ - - - - - - - - - - - #endif \ No newline at end of file