speeduino/comms.h

14 lines
267 B
C
Raw Normal View History

#define vePage 1
#define ignPage 2
byte currentPage;
2013-07-08 17:43:41 -07:00
void command();
void sendValues();
void receiveValue(byte offset, byte newValue);
2013-07-08 17:43:41 -07:00
void saveConfig();
void sendPage();
void receiveCalibration(byte tableID);
void sendToothLog(bool useChar);
2013-07-08 17:43:41 -07:00
void testComm();