Add desfire reading
This commit is contained in:
8
inc/crc32.h
Normal file
8
inc/crc32.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CRC32_H_I5S4G2OH
|
||||
#define CRC32_H_I5S4G2OH
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t crc32(uint8_t *buffer, uint16_t len);
|
||||
|
||||
#endif /* end of include guard: CRC32_H_I5S4G2OH */
|
||||
Reference in New Issue
Block a user