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.
Fork of ELEC351_Group_T by
Diff: SERIAL.cpp
- Revision:
- 23:3c85d7f657a2
diff -r eb4cc12087b2 -r 3c85d7f657a2 SERIAL.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SERIAL.cpp Sat Dec 30 20:55:48 2017 +0000 @@ -0,0 +1,39 @@ +#include "SERIAL.hpp" +void READ_ALL() +{ + +} +void DELETE_ALL() +{ + +} +void READ_n() +{ + +} +void DELETE_n() +{ + +} +void SETDATE() +{ + +} +void SETT() +{ + +} +void STATE() +{ + +} +void LOGGING() +{ + +} +void HELP() +{ + //Mutex This +cout << "Avalible Commands are: "<< endl; +cout << "READ ALL , DELETE ALL READ<n> ,DELETE<n> , SETDATE<dd> <mm> <yyyy> , SETTIME <hh> <mm> <ss>, SETT <T> , STATE <x>, LOGGING <x>, HELP"<< endl; +} \ No newline at end of file