Start assembling sectors --- although my test image looks very weird, so it

could be wrong.
This commit is contained in:
David Given
2019-02-25 01:08:33 +01:00
parent 6d9a73bd52
commit 166c3ef22d
4 changed files with 47 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#define CCITT_POLY 0x1021
#define BROTHER_POLY 0x000201
extern uint8_t xorBytes(const uint8_t* start, const uint8_t* end);
extern uint16_t crc16(uint16_t poly, const uint8_t* start, const uint8_t* end);
extern uint32_t crcbrother(const uint8_t* start, const uint8_t* end);