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_copywithserialtime by
serialtx/stx.hpp
- Committer:
- liam_grazier
- Date:
- 2018-01-09
- Revision:
- 8:582ac4c5a524
File content as of revision 8:582ac4c5a524:
#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