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.
main.h
00001 #ifndef MAIN_H 00002 #define MAIN_H 00003 00004 #include "mbed.h" 00005 #include "N5110.h" 00006 #include "Gamepad.h" 00007 #include "models.h" 00008 00009 /** 00010 * Global variable readings from the gamepad are shared for all the files to use. 00011 */ 00012 extern N5110 lcd; 00013 extern Gamepad gamepad; 00014 extern AnalogIn pot; 00015 extern AnalogIn x_dir; 00016 extern AnalogIn y_dir; 00017 00018 static const int fps = 10; 00019 00020 00021 00022 00023 #endif
Generated on Wed Dec 20 2023 20:30:17 by
