Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
197:594afd088f32
Parent:
190:af7ab603c9fe
Child:
283:a09013615589
--- a/src/ModbusMaster/ModbusMasterApi.h	Thu Oct 06 15:24:10 2016 +0000
+++ b/src/ModbusMaster/ModbusMasterApi.h	Thu Oct 06 20:59:59 2016 +0000
@@ -11,6 +11,7 @@
 
 bool ModbusMasterReadRegister( const std::string &io_tag, ModbusValue *value );
 bool ModbusMasterWriteRegister( const std::string &io_tag, float value );
+void ModbusMasterExecCmd( char *cmd );
 
 #endif