|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
meta.h
Go to the documentation of this file.
Definition EEPROM25AA02.h:13
size_t read(size_t address, size_t length, uint8_t *buffer) const
Reads the specified number of bytes starting at address into the specified buffer....
Definition EEPROM25AA02.cpp:23
EEPROM25AA02(bus::addr_t address, uint8_t alt_function_idx)
Definition EEPROM25AA02.h:73
size_t write(size_t address, size_t length, const uint8_t *buffer) const
Writes the specified number of bytes starting at address into the specified buffer....
Definition EEPROM25AA02.cpp:56
MetadataEditor(bus::addr_t address, uint8_t alt_function_idx)
Definition meta.h:18
bool write_entity_classifier(const entities::EntityClassifier &classifier) const
Definition meta.h:33
entities::EntityClassifier read_entity_classifier() const
Definition meta.h:21