v2.0.0
Breaking Changes
- Convertmode
4uint82ascii
does no longer convert bytes 0,2,4 and 6 but bytes 0-3 (on the CAN side). This change was made to get consistent behavior among all convertmodes. If you need to access uint8 at bytes 0,2,4 and 6 you can choose8uint82ascii
which will convert all bytes
Features
- New convertmodes:
int82ascii
,4int82ascii
,8int82ascii
,int162ascii
,int322ascii
,2int322ascii
,int642ascii
each unsigned integer convertmode is now available as signed integer too. - better log messages when errors occur
Fixes
Internals
- convertmodes now use a consistent function signature
- improved Error-handling