Teleop Demo Code

crc.h

Committer:
adimmit
Date:
2021-09-27
Revision:
3:ab8084bfcb53
Parent:
0:bcd01ae054eb

File content as of revision 3:ab8084bfcb53:

#ifndef __CRC_H
#define __CRC_H

unsigned short update_crc(unsigned short crc_accum, unsigned char *data_blk_ptr, unsigned short data_blk_size);

#endif