Todo subido

This commit is contained in:
Álvaro Alcántara Ramírez 2026-08-03 21:52:05 +02:00
parent f0db3a8aeb
commit 27026caf57
87 changed files with 83292 additions and 17 deletions

28
Volante/configuracion.hpp Normal file
View file

@ -0,0 +1,28 @@
#pragma once
/*
--------------------
LEDS
--------------------
*/
#define PIN_LEDS 23
#define NUM_LEDS 10
/*
--------------------
RPM LEDS
--------------------
*/
#define RPM_MIN_LED 8000
#define RPM_MAX_LED 12200
/*
--------------------
CAN
--------------------
*/
#define RX_PIN 13
#define TX_PIN 38