ModbusMaster  v2.0.1
Arduino library for communicating with Modbus slaves over RS232/485 (via RTU protocol).
crc16.h File Reference

CRC Computations. More...

Go to the source code of this file.

Functions

static uint16_t crc16_update (uint16_t crc, uint8_t a)
 Processor-independent CRC-16 calculation. More...
 

Detailed Description

CRC Computations.