Formula Student Electronics & Software
The code for the embedded software
|
#include <SD.h>
#include <FlexCAN_T4.h>
#include <SPI.h>
Go to the source code of this file.
Classes | |
struct | LogEntry |
class | Logging |
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 |
#define | BMS_ID 0x666 |
#define | BAMO_RESPONSE_ID 0x181 |
#define | LOGGING_PERIOD 10 |