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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ModbusMaster/ModbusMasterApi.h
- 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
