Merge pull request #24 from noisymime/pr/22

Merge revised Pr/22
This commit is contained in:
Josh Stewart 2015-10-13 10:07:05 +11:00
commit b515058cc7
2 changed files with 616 additions and 362 deletions

17
comms.h
View File

@ -10,13 +10,24 @@
#define iacPage 7
#define boostvvtPage 8
byte currentPage;
byte currentPage = 1;
boolean isMap = true;
const char pageTitles[] PROGMEM
{
"\nVolumetric Efficiancy Map\0"
"\nPage 1 Config\0"
"\nIgnition Map\0"
"\nPage 2 Config\0"
"\nAir/Fuel Ratio Map\0"
"\nPage 3 Config\0"
"\nPage 4 Config"
};
void command();
void sendValues();
void receiveValue(int offset, byte newValue);
void saveConfig();
void sendPage();
void sendPage(bool useChar);
void receiveCalibration(byte tableID);
void sendToothLog(bool useChar);
void testComm();

961
comms.ino

File diff suppressed because it is too large Load Diff