Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
write_data.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

◆ PIN_OTHER_DEVICE_CS

#define PIN_OTHER_DEVICE_CS   -1

Definition at line 13 of file write_data.h.

◆ PIN_SD_CS

#define PIN_SD_CS   44

Definition at line 9 of file write_data.h.

◆ PIN_SPI_CLK

#define PIN_SPI_CLK   45

Definition at line 6 of file write_data.h.

◆ PIN_SPI_MISO

#define PIN_SPI_MISO   42

Definition at line 8 of file write_data.h.

◆ PIN_SPI_MOSI

#define PIN_SPI_MOSI   43

Definition at line 7 of file write_data.h.

◆ SD_CARD_SPEED

#define SD_CARD_SPEED   SPI_FULL_SPEED

Definition at line 17 of file write_data.h.

Function Documentation

◆ setup_csv()

void setup_csv ( )

Definition at line 48 of file write_data.cpp.

◆ write()

void write ( )

Definition at line 97 of file write_data.cpp.

Here is the call graph for this function: