Files
gobot/i2c-hub/firmware/i2c-hub-firmware/src/gobotrpc/include/crc16.hpp

2 lines
71 B
C++

#pragma once
unsigned short crc16(char *data_p, unsigned short length);