yaacov / ArduinoModbusSlave

Modbus slave library for Arduino
ISC License
204 stars 74 forks source link

add a define for CRC-Calc over LookUp Table #92

Closed device111 closed 2 years ago

device111 commented 2 years ago

saves CPU Cycles on tiny CPUs but costs a little bit more prog size. not activated by default. activate it by comment out:

// #define CRC_LTABLE_CALC

in ModbusSlave.h.

yaacov commented 2 years ago

:cake: