speed
This commit is contained in:
@@ -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(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user