Example CAN Project integrated
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file can.h
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ControllerConfiguration.h"
|
||||
|
||||
#ifndef PLANTCTRL_CAN_H
|
||||
#define PLANTCTRL_CAN_H
|
||||
|
||||
void can_setup(void);
|
||||
void can_loop(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user