VLCB
Loading...
Searching...
No Matches
CAN2515.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 CAN2515 : public CanTransport
19{
20};
21
22}
Transport implementation for the MCP2515/25625 CAN controllers.
Definition CAN2515.h:19
Interface base class for CAN transport implementations.
Definition CanTransport.h:35
Definition AbstractEventTeachingService.cpp:13