mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 07:06:51 +00:00
should make sure code compiles before pushing
This commit is contained in:
parent
0f3e267af8
commit
d487d6d30a
@ -47,8 +47,10 @@ void setup() {
|
|||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
|
||||||
delay(5000);
|
delay(5000);
|
||||||
Serial.println("Simulation Countdown:") for (int i = 0; i < 15; i++) {
|
Serial.println("Simulation Countdown:");
|
||||||
Serial.println(15 - i) delay(1000);
|
for (int i = 0; i < 15; i++) {
|
||||||
|
Serial.println(15 - i);
|
||||||
|
delay(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
init_loadCells();
|
init_loadCells();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user