|
Arduino-Storage
External Memory Storage library for Arduino
|

Go to the source code of this file.
Macros | |
| #define | FREQ 100000UL |
Functions | |
| Hardware::TWI | twi (FREQ) |
| void | setup () |
| void | loop () |
Variables | |
| AT24C32 | eeprom (twi) |
| const uint32_t | BLOCK_MAX = 16*eeprom.PAGE_MAX |
| Storage::Block | block (eeprom, BLOCK_MAX) |
| Hardware::TWI twi | ( | FREQ | ) |
| Storage::Block block(eeprom, BLOCK_MAX) |