Added Example files from Waveshare repo

This commit is contained in:
Emanuele Trabattoni
2025-06-20 09:52:47 +02:00
parent c1876e1ef8
commit 1a92672603
39 changed files with 3003 additions and 0 deletions

8
src/WS_Serial.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "WS_Serial.h"
void Serial_Init()
{
if(RS485_CAN_Enable)
RS485_Init();
else
CAN_Init();
}