12 lines
199 B
C
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);
|