SvenRosvall / CBUS

Arduino library that implements a CBUS module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino library for MERG CBUS running over CAN bus

Together with the other CBUS libraries, it provides everything required to implement a FLiM CBUS module that can be configured using FCU or JMRI.

This library contains an abstract base class that must be implemented by a concrete subclass, depending on the processor and CAN controller to be used, e.g. CBUS2515, CBUSESP32, etc.

Documentation

See the documentation files and example sketch included with the CBUS2515 library

License

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Arduino library that implements a CBUS module

License:Other


Languages

Language:C++ 75.1%Language:C 24.9%