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: BME280 BMP280 TextLCD
SERIAL.cpp@23:3c85d7f657a2, 2017-12-30 (annotated)
- Committer:
 - thomasmorris
 - Date:
 - Sat Dec 30 20:55:48 2017 +0000
 - Revision:
 - 23:3c85d7f657a2
 
Working on Serial Comms
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| thomasmorris | 23:3c85d7f657a2 | 1 | #include "SERIAL.hpp" | 
| thomasmorris | 23:3c85d7f657a2 | 2 | void READ_ALL() | 
| thomasmorris | 23:3c85d7f657a2 | 3 | { | 
| thomasmorris | 23:3c85d7f657a2 | 4 | |
| thomasmorris | 23:3c85d7f657a2 | 5 | } | 
| thomasmorris | 23:3c85d7f657a2 | 6 | void DELETE_ALL() | 
| thomasmorris | 23:3c85d7f657a2 | 7 | { | 
| thomasmorris | 23:3c85d7f657a2 | 8 | |
| thomasmorris | 23:3c85d7f657a2 | 9 | } | 
| thomasmorris | 23:3c85d7f657a2 | 10 | void READ_n() | 
| thomasmorris | 23:3c85d7f657a2 | 11 | { | 
| thomasmorris | 23:3c85d7f657a2 | 12 | |
| thomasmorris | 23:3c85d7f657a2 | 13 | } | 
| thomasmorris | 23:3c85d7f657a2 | 14 | void DELETE_n() | 
| thomasmorris | 23:3c85d7f657a2 | 15 | { | 
| thomasmorris | 23:3c85d7f657a2 | 16 | |
| thomasmorris | 23:3c85d7f657a2 | 17 | } | 
| thomasmorris | 23:3c85d7f657a2 | 18 | void SETDATE() | 
| thomasmorris | 23:3c85d7f657a2 | 19 | { | 
| thomasmorris | 23:3c85d7f657a2 | 20 | |
| thomasmorris | 23:3c85d7f657a2 | 21 | } | 
| thomasmorris | 23:3c85d7f657a2 | 22 | void SETT() | 
| thomasmorris | 23:3c85d7f657a2 | 23 | { | 
| thomasmorris | 23:3c85d7f657a2 | 24 | |
| thomasmorris | 23:3c85d7f657a2 | 25 | } | 
| thomasmorris | 23:3c85d7f657a2 | 26 | void STATE() | 
| thomasmorris | 23:3c85d7f657a2 | 27 | { | 
| thomasmorris | 23:3c85d7f657a2 | 28 | |
| thomasmorris | 23:3c85d7f657a2 | 29 | } | 
| thomasmorris | 23:3c85d7f657a2 | 30 | void LOGGING() | 
| thomasmorris | 23:3c85d7f657a2 | 31 | { | 
| thomasmorris | 23:3c85d7f657a2 | 32 | |
| thomasmorris | 23:3c85d7f657a2 | 33 | } | 
| thomasmorris | 23:3c85d7f657a2 | 34 | void HELP() | 
| thomasmorris | 23:3c85d7f657a2 | 35 | { | 
| thomasmorris | 23:3c85d7f657a2 | 36 | //Mutex This | 
| thomasmorris | 23:3c85d7f657a2 | 37 | cout << "Avalible Commands are: "<< endl; | 
| thomasmorris | 23:3c85d7f657a2 | 38 | 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; | 
| thomasmorris | 23:3c85d7f657a2 | 39 | } |