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
Screen.cpp
00001 #include "Screen.h" 00002 00003 using namespace AirsoftTimer; 00004 00005 Screen::Screen(Board* board){ 00006 this->board = board; 00007 update_display = true; 00008 } 00009 00010 void Screen::update(){ 00011 update_display = true; 00012 } 00013 00014 void Screen::show(){ 00015 update_display = false; 00016 }
Generated on Tue Jul 12 2022 21:04:09 by
1.7.2
