Formula Student Electronics & Software
The code for the embedded software
|
Go to the source code of this file.
Macros | |
#define | PIN_SPI_CLK 45 |
#define | PIN_SPI_MOSI 43 |
#define | PIN_SPI_MISO 42 |
#define | PIN_SD_CS 44 |
#define | PIN_OTHER_DEVICE_CS -1 |
#define | SD_CARD_SPEED SPI_FULL_SPEED |
Functions | |
void | setup_csv () |
void | write () |
#define PIN_OTHER_DEVICE_CS -1 |
Definition at line 13 of file write_data.h.
#define PIN_SD_CS 44 |
Definition at line 9 of file write_data.h.
#define PIN_SPI_CLK 45 |
Definition at line 6 of file write_data.h.
#define PIN_SPI_MISO 42 |
Definition at line 8 of file write_data.h.
#define PIN_SPI_MOSI 43 |
Definition at line 7 of file write_data.h.
#define SD_CARD_SPEED SPI_FULL_SPEED |
Definition at line 17 of file write_data.h.
void setup_csv | ( | ) |
Definition at line 48 of file write_data.cpp.
void write | ( | ) |