
Go to the source code of this file.
Defines | |
| #define | BOARD_DATAFLASH_SPI_PORT 0 |
| Which SPI instance is the dataflash connected to. | |
| #define | BOARD_DATAFLASH_CS_PIN 14 |
| Which GPIO pin is used as chip select for the dataflash. | |
| #define | BOARD_DATAFLASH_SPI_FREQUENCY 10000000 |
| SPI frequency used for dataflash communication. | |
| #define | BOARD_DATAFLASH_SPI_MODE SPI_MODE_0 |
| SPI mode used for dataflash communication. | |
Definition in file dataflash.h.
| #define BOARD_DATAFLASH_CS_PIN 14 |
| #define BOARD_DATAFLASH_SPI_FREQUENCY 10000000 |
| #define BOARD_DATAFLASH_SPI_MODE SPI_MODE_0 |
| #define BOARD_DATAFLASH_SPI_PORT 0 |
1.5.8