mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Actualización para recoger bateria y revoluciones del CAN
This commit is contained in:
parent
e64a08326c
commit
73ddffe252
3 changed files with 16 additions and 3 deletions
|
|
@ -12,6 +12,8 @@ public:
|
|||
|
||||
//Variable publica para el CAN
|
||||
volatile int current_ect_value = 0;
|
||||
volatile int current_rpm_value = 0;
|
||||
volatile float current_vbatt_value = 0.0
|
||||
|
||||
//Métodos de recepción de CAN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue