Hi,I am trying to use the Enhanced CRC of my PIC24FJ256GA705 to calculate the 1-wire CRC from a MAX31820.That's my code:uint8_t i;
uint16_t result;
uint16_t result;
uint8_t data_buffer;
data_buffer = 0x28; // family code
data_buffer = 0..