This commit is contained in:
2021-09-19 18:42:19 -05:00
parent d4c309b255
commit 5107a12922

View File

@@ -17,6 +17,9 @@ void loop()
uint16_t val;
IBus.loop();
for (int i=0; i<10; i++) {
Serial.print("CH: ");
Serial.print(i);
Serial.print(": ");
Serial.print(IBus.readChannel(i));
Serial.print(" ");
}