Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- #ifndef __CRC_H_
- #define __CRC_H_
-
- #include <stdint.h>
-
- uint16_t modbus_crc16(const uint8_t *data, uint16_t length);
-
- #endif
|