bobc / bobc_hardware

Various hardware projects
86 stars 115 forks source link

RAMPS-FD: add I2C EEPROM #20

Open bobc opened 10 years ago

bobc commented 10 years ago

A non-volatile storage is useful for storing config or board identification to allow single firmware for different shield versions.

For compatibility with RADDS, use 24LC256 type on I2C-0. Compatible with 3.3V or 5V base board.

cefiar commented 10 years ago

Implemented.