Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7bf80 commit e006fc3Copy full SHA for e006fc3
examples/Basic/Modbus/Modbus.ino
@@ -22,7 +22,7 @@ void setup()
22
23
void loop()
24
{
25
- /* Now you can controll StaamPLC via Modbus RS485 */
+ /* Now you can controll StamPLC via Modbus RS485 */
26
/*
27
* Modbus Slave Configuration for M5StamPLC
28
* =======================================
@@ -44,4 +44,4 @@ void loop()
44
* Note: FLOAT32 values use 2 consecutive registers (32 bits total)
45
*/
46
delay(1000);
47
-}
+}
0 commit comments