Ajustes de compilación y eliminación de erratas

This commit is contained in:
adrigongv23 2026-07-21 22:42:02 +02:00
parent e826b0f25e
commit ec5895f827
3 changed files with 9 additions and 216 deletions

View file

@ -1,8 +1,8 @@
#ifndef CAN_HPP
#define CAN_HPP
#define RX_PIN 13
#define TX_PIN 38
#define RX_PIN 23
#define TX_PIN 22
#define POLLING_RATE_MS 1000
#define TRANSMIT_RATE_MS 1000