steering-wheel/lib/FT_2018_STW_CAN/FT_2018_STW_CAN.h
jvblanck 4faddf9248 Initial commit
This is just the 2018 code configured for PlatformIO
2021-06-15 19:42:00 +02:00

12 lines
199 B
C

/*
FT_2018_STW_CAN.h
*/
#include "Arduino.h"
#include "DueTimer.h"
#include "due_can.h"
void Init_Can_0();
void Send_0x110();
void Receive_Can_0(CAN_FRAME *frame);
void update_LED(void);