Arduino-Storage
External Memory Storage library for Arduino
|
#include <MC23LCXXX.h>
Public Attributes | |
uint8_t | cmd |
Command code. More... | |
uint8_t | addr [3] |
16/24-bit address in MSB order. More... | |
Command and address header.
Definition at line 119 of file MC23LCXXX.h.
uint8_t MC23LCXXX< KBYTE, SS_PIN, FREQ >::header_t::addr[3] |
16/24-bit address in MSB order.
Definition at line 121 of file MC23LCXXX.h.
uint8_t MC23LCXXX< KBYTE, SS_PIN, FREQ >::header_t::cmd |
Command code.
Definition at line 120 of file MC23LCXXX.h.