Update sanro.ino
This commit is contained in:
parent
b33272e00a
commit
2fdde3f4a4
1 changed files with 115 additions and 116 deletions
|
|
@ -90,7 +90,7 @@ void loop() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if MODE_DEBUGjj
|
#if MODE_DEBUG
|
||||||
Serial.print (power [i]);
|
Serial.print (power [i]);
|
||||||
Serial.print ("\t");
|
Serial.print ("\t");
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -99,7 +99,6 @@ void loop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if MODE_DEBUG
|
#if MODE_DEBUG
|
||||||
// Damn Arduino plotter, the Y axis scale changes too frequently! Use these values to "lock" the plotter's scale.
|
|
||||||
Serial.print (50000);
|
Serial.print (50000);
|
||||||
Serial.print ("\t");
|
Serial.print ("\t");
|
||||||
Serial.print (0);
|
Serial.print (0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue