-
Notifications
You must be signed in to change notification settings - Fork 2
sram_read_write_test
Arnd edited this page Dec 29, 2016
·
5 revisions
The sample program demonstrates the use of the library to clear memory and then write a data structure to it and subsequently read that structure from memory. It is written using the standard Arduino IDE, which will also work with the standard Atmel Studio software. Communications between the Arduino and the memory is done via I2C (also called "wire" or "TWI" (two-wire-interface)). The standard pin for SDA (system data) and SCL/SCK (system clock) are used and Arduino Pin 2 as the CS (chip-select).