Comfiletechnology / Mbed 2 deprecated 2-ComfileHMI_Modbus

Dependencies:   mbed

Fork of 2-ComfileHMI_Modbus by Comfiletechnology

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);
 }
 
 /*******************************************************************************