firmware wip
This commit is contained in:
parent
2d842b5996
commit
8bc3e9ca62
1 changed files with 3 additions and 2 deletions
|
@ -889,9 +889,10 @@ void setup() {
|
||||||
// Start Serial
|
// Start Serial
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
|
||||||
// Write an empty line, because before there is some garbage in serial
|
// Write a line before doing serious output, because before there is some garbage in serial
|
||||||
|
// whats get the cursor somewhere over the place
|
||||||
// output
|
// output
|
||||||
Serial.println("");
|
Serial.println("420");
|
||||||
Serial.println(".:: CanGrow Start ::.");
|
Serial.println(".:: CanGrow Start ::.");
|
||||||
|
|
||||||
// initialise Wire for I2C
|
// initialise Wire for I2C
|
||||||
|
|
Loading…
Reference in a new issue