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 TextLCD keypad
SettingsMenu.h
00001 #ifndef SETTINGSMENU_H 00002 #define SETTINGSMENU_H 00003 00004 #include "../../board/Board.h" 00005 00006 class GameSelector{ 00007 Board* board; 00008 void print_up_down_arrows(); 00009 void print_selection_arrow(); 00010 void print_list(); 00011 00012 void go_down(); 00013 void go_up(); 00014 00015 int start_position; 00016 int current_selection; 00017 int total_selections; 00018 00019 //char* titles[7]; 00020 Vector<Setting> settings; 00021 00022 public: 00023 GameSelector(Board* board); 00024 void run(); 00025 }; 00026 00027 #endif
Generated on Tue Jul 12 2022 21:04:09 by
1.7.2