mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 19:43:16 +02:00
28 lines
No EOL
307 B
C++
28 lines
No EOL
307 B
C++
#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 |