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: main.cpp
- Revision:
- 1:538386e72e40
- Parent:
- 0:07c4fef6c0af
- Child:
- 4:0f2006e9c8f8
--- a/main.cpp Wed May 08 21:44:02 2019 +0000 +++ b/main.cpp Wed May 08 22:10:38 2019 +0000 @@ -15,7 +15,9 @@ #include "N5110.h" #include "Move.h" #include "Menu.h" - +/** @file main.cpp + * @brief This file is used to callback all functions. + */ N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); Gamepad pad; @@ -28,7 +30,7 @@ void menus(N5110 &lcd); int input(int sel,Gamepad &pad); - +///////////// MAIN.CPP //////////////// int main () { int fps = 1; initial();