Skip to content

Commit

Permalink
update modbus arduino example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtreser committed Oct 5, 2024
1 parent 013c58b commit 7072257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dispositivos/modbus/Arduino/ModbusRTUSlave_SS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ void loop() {
inputRegisters[0] = random(0, 30);
modbus.poll();
digitalWrite(coilPin, coils[0]);
delay(100);
}

0 comments on commit 7072257

Please sign in to comment.