Library emulating an EEPROM in nRf24LE1. More...
#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| void | lib_eeprom255_byte_write (uint8_t adr, uint8_t dat) |
| void | lib_eeprom255_bytes_write (uint8_t adr, uint8_t *src, uint8_t n) |
| uint8_t | lib_eeprom255_byte_read (uint8_t adr) |
| void | lib_eeprom255_bytes_read (uint8_t adr, uint8_t *dst, uint8_t n) |
Library emulating an EEPROM in nRf24LE1.
Definition in file lib_eeprom255.h.
1.7.2