mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Todo subido
This commit is contained in:
parent
f0db3a8aeb
commit
27026caf57
87 changed files with 83292 additions and 17 deletions
28
Volante/configuracion.hpp
Normal file
28
Volante/configuracion.hpp
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue