-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
What is the typical usage for
float modbusMaster::float32FromRegister(byte regType, int regNum, endianness endian)
{
getRegisters(regType, regNum, FLOAT32_SIZE/2);
return float32FromFrame(endian);
} can i call it by: reg1 = modbus.float32FromRegister(0x04, 0x01, bigEndian);?
or do i need to include the rest of the function between the {}?
I'm just a nube learning arduino...
Metadata
Metadata
Assignees
Labels
No labels