Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
#include <Eeprom.h>
Public Attributes | |
unsigned int | bus |
char | address |
unsigned int | offset |
unsigned int | maxLength |
Details about the EEPROM.
unsigned int Eeprom::Settings::bus |
The I2C bus number.
char Eeprom::Settings::address |
The I2C address. These EEPROMs may have two adjacent addresses reserved. This must be the first of the two.
unsigned int Eeprom::Settings::offset |
unsigned int Eeprom::Settings::maxLength |
Maximum number of bytes to use.