|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <SD.hh>

Public Member Functions | |
| R1 (uint8_t value=0) | |
| bool | is_error () const |
| bool | is_ready () const |
Public Attributes | |
| uint8_t | as_uint8 |
| struct { | |
| uint8_t in_idle_state:1 | |
| uint8_t erase_reset:1 | |
| uint8_t illegal_command:1 | |
| uint8_t com_crc_error:1 | |
| uint8_t erase_sequence_error:1 | |
| uint8_t address_error:1 | |
| uint8_t parameter_error:1 | |
| uint8_t reserved:1 | |
| }; | |
| struct { ... } |