Liam Grazier
/
WORKINGCOURSEWORK
ladsidfs
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