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.
Diff: menu.h
- Revision:
- 1:fda3af7f9bf7
- Parent:
- 0:6c9daa430100
- Child:
- 2:f65ff03fe1ac
diff -r 6c9daa430100 -r fda3af7f9bf7 menu.h --- a/menu.h Tue Mar 24 22:00:48 2020 +0000 +++ b/menu.h Thu Mar 26 01:44:45 2020 +0000 @@ -13,13 +13,17 @@ unsigned int rectstatus; unsigned int i; unsigned int count; - - + public: Menu(); - void start(); - void chooseIP(); - void tunes(); + void beginmenu(); + void selectIP(); + void selectfrequency(); + void selectlength(); void updateLCD(); void screen(); + void sendpacket(); + void receivepacket(); + void enter(); + void back(); };