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

@ -19,6 +19,8 @@ static Thermometer thermometer;
void setup() {
Serial.begin(9600);
spiInit();
cmdServer.begin();