switch to teensy 3.0

This commit is contained in:
hg
2014-03-08 00:23:46 +01:00
parent 987be758ad
commit 89771e70d1
11 changed files with 269 additions and 207 deletions

View File

@ -10,11 +10,12 @@
String TEXT;
//String TEXT;
const String& getResource(uint8_t key) {
TEXT = String("T") + key + String(": ");
return TEXT;
//TEXT = String("T") + key + String(": ");
//return TEXT;
return TEXT_RESOURCES[key];
}