added checkComm() function to communicate with host PC

This commit is contained in:
JP
2014-02-15 10:15:03 +11:00
parent 7fd29e3c92
commit 93beac25d5
4 changed files with 38 additions and 21 deletions

View File

@@ -719,6 +719,7 @@ size_t MicroView::write(uint8_t c) {
display();
} else if (cmdCount=4) {
pixel(serCmd[1],serCmd[2],serCmd[3],serCmd[4]);
display();
}
break;
}