Far Inside The Arduino Errata By tom on Monday, October 14, 2019 There is a transposed const and * in the section Using the EEPROM. The code snippet should read: struct MYEEPROM { byte aByte; word aWord; word aSecondWord; } * const eeprom = (struct MYEEPROM *)0; Previous Post Next Post Related Posts Far Inside The Arduino Saving Memory with Integer Scaling Arduino Boards Far Inside The Arduino Still Far Inside The Arduino In Support of the Older AVR Arduino Boards Arduino SAMD21-based Boards Far Inside The Arduino The SAMD21 Microcontroller
Arduino Boards Far Inside The Arduino Still Far Inside The Arduino In Support of the Older AVR Arduino Boards