VLCB
Loading...
Searching...
No Matches
VCAN2040.h
Go to the documentation of this file.
1// Copyright (C) Sven Rosvall (sven@rosvall.ie)
2// This file is part of VLCB-Arduino project on https://github.com/SvenRosvall/VLCB-Arduino
3// Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
4// The full licence can be found at: http://creativecommons.org/licenses/by-nc-sa/4.0
5//
6//
7
8#pragma once
9
10#include <CanTransport.h>
11
12namespace VLCB
13{
14
18class VCAN2040 : public CanTransport
19{
20};
21
22}
Interface base class for CAN transport implementations.
Definition CanTransport.h:35
Transport implementation for the software CAN controller on a RP2040 / RP2350.
Definition VCAN2040.h:19
Definition AbstractEventTeachingService.cpp:13