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
Revision 1:c4e8e32f91ac, committed 2019-05-09
- Comitter:
- fusihui
- Date:
- Thu May 09 14:03:04 2019 +0000
- Parent:
- 0:19e5a063d7ea
- Commit message:
- pinball
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu May 09 04:28:26 2019 +0000 +++ b/main.cpp Thu May 09 14:03:04 2019 +0000 @@ -11,25 +11,25 @@ #define PADDLE_WIDTH 12 #define BLOCK_SIZE 8 -//struct +/////////////// structs ///////////////// struct UserInput { Direction d; }; -//objects +/////////////// objects /////////////// N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); Gamepad pad; Engine engine; -// Prototypes +///////////// prototypes /////////////// void init(); void display(); void start(); -//main functions +///////////// functions //////////////// int main() {