Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of 2-ComfileHMI_Modbus by
Diff: SimpleModbus.cpp
- Revision:
- 4:217cca9f2592
- Parent:
- 2:f0fc57045b3d
--- a/SimpleModbus.cpp Fri Sep 09 04:35:36 2016 +0000 +++ b/SimpleModbus.cpp Mon Sep 12 09:31:11 2016 +0000 @@ -43,7 +43,7 @@ device = Serial; startSimpleModbus(0, addr, Register, Coil); - ticker.attach_us(this, &comfileHMI::RunTime_HMI, 200); + ticker.attach_us(this, &comfileHMI::RunTime_HMI, 500); } /*******************************************************************************