FastCRC
FastCRC copied to clipboard
Fast CRC library for PC and ARDUINO
Frank, can I use this to calculate the CRC for AD74412R? From the data sheet: SPI CRC: To ensure that data is received correctly in noisy environments, the AD74412R has...
Dear Frank, thank you for your great work. I tried to use your library to calculate a CRC for MODBUS use. However, when I compare the output of your library...
ESP32 already have CRC tables in the ROM blob https://github.com/espressif/esp-idf/blob/master/components/esp_rom/include/esp32/rom/crc.h This is an initial commit to open the discussion for an ESP32 specialisation I only implemented CRC32 (but not tested...
Hi, Currently, the [library page](https://registry.platformio.org/libraries/frankboesing/FastCRC) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve both to highlight widespread use cases and to help newcomers...