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
22
Volante/AAVolante.ino
Normal file
22
Volante/AAVolante.ino
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#include "can.hpp"
|
||||
#include "led.hpp"
|
||||
#include "configuracion.hpp"
|
||||
|
||||
CAN can;
|
||||
|
||||
void setup(){
|
||||
|
||||
Serial.begin(115200);
|
||||
|
||||
led_startup();
|
||||
|
||||
can.start();
|
||||
can.start_listening_task();
|
||||
|
||||
}
|
||||
|
||||
void loop(){
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue