Skip to content

Release Version 1.1.0.0

Compare
Choose a tag to compare
@d-bahr d-bahr released this 19 Mar 08:11
· 10 commits to master since this release

Release Version 1.1.0.0

  • Added CalculateBits() function for calculating a CRC on an input with a length that is not a multiple of 8 bits.
  • Added the following CRC definitions:
    • CRC_6_NR
    • CRC_8_LTE
    • CRC_11_NR
    • CRC_24_LTEA
    • CRC_24_LTEB
    • CRC_24_NRC
  • Various documentation updates