PicoLC Arduino Library Arduino library for PicoLC hardware |
Public Member Functions | |
| size_t | length () const |
| uint8_t | read (uint32_t address) const |
| bool | write (uint32_t address, uint8_t value) |
| bool | update (uint32_t address, uint8_t value) |
| bool | read (uint32_t address, void *data, size_t length) const |
| bool | write (uint32_t address, const void *data, size_t length) |
| template<typename T> | |
| bool | get (uint32_t address, T &value) const |
| template<typename T> | |
| bool | put (uint32_t address, const T &value) |
Friends | |
| class | PicoLC |
Definition at line 5 of file PicoLCStorage.h.
| inline |
Definition at line 22 of file PicoLCStorage.h.
| size_t PicoLCStorage::length | ( | ) | const |
Definition at line 6 of file PicoLCStorage.cpp.
| inline |
Definition at line 27 of file PicoLCStorage.h.
| uint8_t PicoLCStorage::read | ( | uint32_t | address | ) | const |
Definition at line 7 of file PicoLCStorage.cpp.
| bool PicoLCStorage::read | ( | uint32_t | address, |
| void * | data, | ||
| size_t | length ) const |
Definition at line 10 of file PicoLCStorage.cpp.
| bool PicoLCStorage::update | ( | uint32_t | address, |
| uint8_t | value ) |
Definition at line 9 of file PicoLCStorage.cpp.
| bool PicoLCStorage::write | ( | uint32_t | address, |
| const void * | data, | ||
| size_t | length ) |
Definition at line 11 of file PicoLCStorage.cpp.
| bool PicoLCStorage::write | ( | uint32_t | address, |
| uint8_t | value ) |
Definition at line 8 of file PicoLCStorage.cpp.
| friend |
Definition at line 6 of file PicoLCStorage.h.