Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e006fc3

Browse files
authored
Update Modbus.ino
1 parent 2d7bf80 commit e006fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Basic/Modbus/Modbus.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void setup()
2222

2323
void loop()
2424
{
25-
/* Now you can controll StaamPLC via Modbus RS485 */
25+
/* Now you can controll StamPLC via Modbus RS485 */
2626
/*
2727
* Modbus Slave Configuration for M5StamPLC
2828
* =======================================
@@ -44,4 +44,4 @@ void loop()
4444
* Note: FLOAT32 values use 2 consecutive registers (32 bits total)
4545
*/
4646
delay(1000);
47-
}
47+
}

0 commit comments

Comments
 (0)