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
Airsofttimer.h
00001 00002 00003 #ifndef AIRSOFTTIMER_H 00004 #define AIRSOFTTIMER_H 00005 00006 #include "mbed.h" 00007 #include "board/Board.h" 00008 #include "games/GameFactory.h" 00009 00010 class Airsofttimer 00011 { 00012 static const char* LOGO[]; 00013 00014 public: 00015 Airsofttimer(Pinouts pinouts); 00016 00017 private: 00018 Board* board; 00019 00020 void init(); 00021 void start(); 00022 int select_game(); 00023 00024 }; 00025 00026 #endif
Generated on Tue Jul 12 2022 21:04:09 by
1.7.2