Started work on using TWAI instead of external CAN bus

This commit is contained in:
2022-06-20 19:41:53 +02:00
parent 2a727b66b0
commit 4bb95d2208
4 changed files with 65 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
namespace twai {
void init();
}