ModbusMaster
v2.0.1
Arduino library for communicating with Modbus slaves over RS232/485 (via RTU protocol).
|
Functions | |
static uint16_t | lowWord (uint32_t ww) |
Return low word of a 32-bit integer. More... | |
static uint16_t | highWord (uint32_t ww) |
Return high word of a 32-bit integer. More... | |
This header file provides utility functions for manipulating words.
|
inlinestatic |
Return low word of a 32-bit integer.
uint32_t | ww (0x00000000..0xFFFFFFFF) |
|
inlinestatic |
Return high word of a 32-bit integer.
uint32_t | ww (0x00000000..0xFFFFFFFF) |