All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HITEC_HELP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:38, 10 February 2023 Choiyh talk contribs created page Code/CRC16 (Created page with " == CRC16 == <pre> uint16_t x_crcAddByte(uint16_t crc_val, uint8_t byte) { crc_val ^= (uint16_t) ((uint16_t) (byte) << 8U); for (uint8_t j = 0; j < 8; j++) {...")