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.
Fork of TAIST_modbus by
Diff: modbus.h
- Revision:
- 2:6d1f053a6033
- Parent:
- 0:f306cb0263a6
- Child:
- 7:cba97341e790
--- a/modbus.h Wed Mar 14 14:34:01 2018 +0000 +++ b/modbus.h Fri Mar 16 10:45:49 2018 +0000 @@ -10,5 +10,7 @@ uint16_t modbus_read(uint16_t offset); uint16_t modbus_update(uint8_t offset, uint16_t val); int modbus_parser(char ch, uint8_t *frame); +uint8_t modbus_check(uint16_t offset, uint16_t count); +void modbus_response(uint8_t reg_map); #endif // MODBUS_H
