aboutsummaryrefslogtreecommitdiff
path: root/src/crc.rs
Commit message (Collapse)AuthorAge
* Validate CRC of incoming dataRobin Krahl2019-02-19
The data sent with Set_Report requests contains a CRC which we so far ignored. This patch adds a Crc struct that uses the CRC peripheral to calculate the CRC for some data and uses it to validate the CRC of the received data.