Go back to:
Storage
This folder contains code which can be used to store data to persistent storage.
This currently includes hardware such as micro SD cards and EEPROM devices.
File
- sdCard.h - Provides storage on an SD card or the phased out MMC card.
- spiEEPROM.h - Provides generic support for EEPROM devices accessed over an SPI bus.
- i2cEEPROM.h - Provides generic support for EEPROM devices accessed over an I2C bus.
- FileSystem/FAT.h - Overlays a FAT file system on top of an underlying storage element.