tip measurement

This commit is contained in:
Ben V. Brown
2022-06-20 20:23:11 +10:00
parent 60f9931b6e
commit 6e062bfa59
5 changed files with 81 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
#ifndef DRIVERS_CRC16_H_
#define DRIVERS_CRC16_H_
unsigned int crc16(unsigned int crcValue, unsigned char newByte);
#endif