Arduino refactoring #4

Open
fiveop wants to merge 28 commits from fiveop/arduino_refactoring into master
Showing only changes of commit 32cd4f2d35 - Show all commits

View file

@ -31,7 +31,7 @@ void setup(){
} }
void loop(){ void loop(){
print_status(); print_state();
update_measured_state_counter(); update_measured_state_counter();
@ -42,7 +42,7 @@ void loop(){
update_led_pins(); update_led_pins();
} }
void print_status() { void print_state() {
Serial.print(" "); Serial.print(" ");
Serial.print(published_state); Serial.print(published_state);
Serial.print(" "); Serial.print(" ");