#include <Arduino.h>
#include <Bounce2.h>
#include <FlexCAN_T4.h>
#include "apps.h"
#include "can.h"
#include "debug.h"
#include "display.h"
#include "statemachine.hpp"
Go to the source code of this file.
◆ checkASEmergencySound()
void checkASEmergencySound |
( |
| ) |
|
◆ loop()
◆ sendMout()
void sendMout |
( |
int |
value | ) |
|
◆ setup()
◆ actualSpeedRequest
CAN_message_t actualSpeedRequest |
|
extern |
◆ APPSTimer
◆ ASEmergencyTimer
elapsedMillis ASEmergencyTimer |
|
extern |
◆ ASReady
volatile bool ASReady = false |
◆ BTBReady
volatile bool BTBReady = false |
◆ can1
FlexCAN_T4<CAN1, RX_SIZE_256, TX_SIZE_16> can1 |
|
extern |
◆ current_BMS
◆ current_byte1
◆ current_byte2
◆ current_msg
CAN_message_t current_msg |
◆ CURRENTtimer
elapsedMillis CURRENTtimer |
◆ DCVoltageRequest
CAN_message_t DCVoltageRequest |
|
extern |
◆ disable
◆ disabled
volatile bool disabled = false |
◆ mainLoopPeriod
elapsedMicros mainLoopPeriod |
◆ r2dButton
Bounce r2dButton = Bounce() |
◆ R2DOverride
volatile bool R2DOverride = false |
◆ R2DStatus
◆ R2DTimer
◆ speed
◆ statusRequest
CAN_message_t statusRequest |
|
extern |
◆ transmissionEnabled
volatile bool transmissionEnabled = false |
◆ TSOn
volatile bool TSOn = false |