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 N5110 ShiftReg PinDetect
MainMenu.cpp
- Committer:
- Siriagus
- Date:
- 2015-05-01
- Revision:
- 5:100d960fc6d5
- Child:
- 6:edb48de563a9
File content as of revision 5:100d960fc6d5:
#include "MainMenu.h"
void MainMenu::init()
{
}
void MainMenu::update(time_t dt)
{
}
void MainMenu::render()
{
lcd->printString("Main Menu", 10, 1);
}