Formula Student Electronics & Software
The code for the embedded software
|
#include <cstdlib>
#include "metro.h"
#include "Arduino.h"
#include "embedded/digitalSettings.hpp"
#include "debugUtils.hpp"
Go to the source code of this file.
Classes | |
struct | R2DLogics |
struct | FailureDetection |
Variables | |
constexpr unsigned long | READY_TIMEOUT_MS = 5000 |
constexpr unsigned long | RELEASE_EBS_TIMEOUT_MS = 1000 |
constexpr unsigned long | ENGAGE_EBS_TIMEOUT_MS = 5000 |
|
constexpr |
Definition at line 12 of file systemDiagnostics.hpp.
|
constexpr |
Definition at line 10 of file systemDiagnostics.hpp.
|
constexpr |
Definition at line 11 of file systemDiagnostics.hpp.