Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UAVCAN UAVCAN_Subscriber
TransferCRC Class Reference
CRC-16-CCITT Initial value: 0xFFFF Poly: 0x1021 Reverse: no Output xor: 0. More...
#include <crc.hpp>
Detailed Description
CRC-16-CCITT Initial value: 0xFFFF Poly: 0x1021 Reverse: no Output xor: 0.
import crcmod crc = crcmod.predefined.Crc('crc-ccitt-false') crc.update('123456789') crc.hexdigest() '29B1'
Generated on Tue Jul 12 2022 17:17:37 by
1.7.2