removing some serial functions

This commit is contained in:
Peli de Halleux
2016-04-06 07:00:34 -07:00
parent 6c9b609fe0
commit b80edb43fc
3 changed files with 0 additions and 40 deletions

View File

@ -19,20 +19,4 @@ namespace serial {
void writeString(StringData *text) {
uBit.serial.sendString(ManagedString(text));
}
/**
* Sends the current pixel values, byte-per-pixel, over serial.
*/
//%
void writeScreen() {
uBit.serial.sendDisplayState();
}
/**
* Reads the screen from serial.
*/
//%
void readScreen() {
uBit.serial.readDisplayState();
}
}