[chronojump/FS-LCD-Menu: 2/4] Wifi controler. RCA-LED shows the last state change
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-LCD-Menu: 2/4] Wifi controler. RCA-LED shows the last state change
- Date: Fri, 26 Nov 2021 08:41:16 +0000 (UTC)
commit 9b6f9f62377284bebcc0499c2161c55f3c840b6e
Author: Xavier Padullés <x padulles gmail com>
Date: Thu Nov 25 16:04:06 2021 +0100
Wifi controler. RCA-LED shows the last state change
arduino/WiFi/control/control.ino | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/arduino/WiFi/control/control.ino b/arduino/WiFi/control/control.ino
index b9cf0dd99..cf4d3270f 100644
--- a/arduino/WiFi/control/control.ino
+++ b/arduino/WiFi/control/control.ino
@@ -354,7 +354,8 @@ bool readSample(void) {
} else {
Serial.write((byte*)&sample, sample_size);
}
- blinkOnce();
+ //blinkOnce();
+ digitalWrite(2, !sample.state);
//Serial.print("readed will be:");
//Serial.println(readed);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]