I have seen 2 lines of source code that I can't find documented anywhere. They are:
__CONFIG (0x03d4);
__EEPROM_DATA (0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
I assume that __EEPROM_DATA()
writes data to the eeprom at address 00-07 in the source code above is this correct?
As for the __CONFIG()
I don't understand why its a hexadecimal, typically it uses macros from the header files so what does it mean?