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 0NicksCoursework-lg by
Diff: serialtx/stx.hpp
- Revision:
- 8:582ac4c5a524
diff -r dd303488e55d -r 582ac4c5a524 serialtx/stx.hpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/serialtx/stx.hpp Tue Jan 09 05:43:43 2018 +0000 @@ -0,0 +1,20 @@ +#ifndef __stx__ +#define __stx__ +#define SIG_SX 1 +void welcomemsg(void); +void datain(); +void useseriel(); +void readalldata(); //displays date, tim, temperature, presure, ligt +void deletealldata(); //deletes all memory from th iternal memory +void setdate(); //sets the day month and year +void settime(); //sets the clock hours, minutes, seconds +void setT(); //sets the sampling period to <T> seconds +void stateon(); //turns ampling ON and OFF +void stateoff(); //turns ampling ON and OFF +void help(); +void loggingon(); +void loggingoff(); //turns diagnostic logging ON and OFF +void deleten();//deletes the <n> records +void readdata(); +void printcommandlist(); +#endif \ No newline at end of file
