Example CAN Project integrated

This commit is contained in:
Ollo
2026-09-09 22:04:22 +02:00
parent efd22461fe
commit f66c0eee2b
5 changed files with 120 additions and 23 deletions
+14
View File
@@ -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