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.h
- Revision:
- 14:9cfe0041cc4e
- Parent:
- 11:6ae098535da9
- Child:
- 22:028f1627c262
--- a/Startup/startup.h Sat May 09 13:45:23 2020 +0000 +++ b/Startup/startup.h Tue May 19 15:04:33 2020 +0000 @@ -11,22 +11,23 @@ * @brief: manages startup and initialisation * @date May 2020 */ - volatile extern uint16_t sin_wavtable[1024]; - volatile extern uint16_t tri_wavtable[1024]; - volatile extern uint16_t pulse_wavtable[1024]; +volatile extern uint16_t sin_wavtable[1024]; +volatile extern uint16_t tri_wavtable[1024]; +volatile extern uint16_t pulse_wavtable[1024]; class startup { public: -//vaiables -float fl; + //vaiables + float fl; + //methods //constructor startup(); //destructior ~startup(); - + void initialise(N5110 &lcd, Gamepad &pad); private: