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.
Diff: Startup/startup.cpp
- Revision:
- 33:e7635c8a58a8
- Parent:
- 31:cfdb014ff086
diff -r 1049618104a2 -r e7635c8a58a8 Startup/startup.cpp --- a/Startup/startup.cpp Tue May 26 14:21:58 2020 +0000 +++ b/Startup/startup.cpp Tue May 26 14:32:06 2020 +0000 @@ -54,15 +54,20 @@ { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }, }; -//constructor/destructor +/**constructor +*/ startup::startup() { } + +/**destructor +*/ startup::~startup() { } -//methods +/** Initial Set up of apd and functions +*/ void startup::initialise(N5110 &lcd, Gamepad &pad) { pad.init(); //initiate Gamepad