mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Implementación de IP estática
This commit is contained in:
parent
ec4742145f
commit
385adaf90a
4 changed files with 15 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ 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
|
||||
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