![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
#include <PropWare/PropWare.h>
#include <PropWare/memory/blockstorage.h>
#include <PropWare/serial/spi/spi.h>
#include <PropWare/gpio/pin.h>
#include <PropWare/hmi/output/printer.h>
Go to the source code of this file.
Classes | |
class | PropWare::SD |
A simple SD driver communicating over the SPI protocol. More... | |
Namespaces | |
PropWare | |
Generic definitions and functions for the Parallax Propeller. | |
Variables | |
int | _cfg_sdspi_config1 |
Value is injected by propeller-load if set in the configuration file. | |
int | _cfg_sdspi_config2 |
Value is injected by propeller-load if set in the configuration file. | |
unsigned char | PropWare::_sd_firstByteResponse |
First byte response receives special treatment to allow for verbose debugging (not for public use) | |
Definition in file sd.h.