Making of a simplified CAN system

This commit is contained in:
@CarlWachter
2024-02-22 17:24:09 +01:00
parent 8367127c62
commit 0d2646ace3
4 changed files with 19 additions and 3 deletions

View File

@@ -29,7 +29,10 @@
#define STA_RTOS_SYSTEM_EVENTS_ENABLE
// #define STA_RTOS_SYSTEM_WATCHDOG_ENABLE
// #define STA_RTOS_WATCHDOG_ENABLE
// #define STA_CAN_BUS_ENABLE
// Settings for CAN
#define STA_CAN_BUS_ENABLE
#define STA_TACOS_CAN_BUS_SID 0x040
// Uses the default configuration for TACOS.
#include<sta/tacos/configs/default.hpp>