u8CCITT8()

解説

CRC8 を計算する。

引数

戻り値

サンプル

#include "ccitt8.h"

...
char str[] = "abcABCDE";
uint8 u8crc = u8CCITT8(str, strlen(str));

最終更新