flipflop

A lightweight serial bootloader for PIC16F1 devices.


#ifndef _CRC_H_
#define _CRC_H_

unsigned int crc_crc16(unsigned char * message, int len);

#endif

// EOF //