dikkedimi / CommandStation

Cross-platform Arduino library for controlling and powering devices on a two-wire bus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommandStation Library

Arduino library for controlling and powering devices on a two-wire bus. Based on DCC++ EX (https://github.com/DCC-EX/BaseStation-EX) for controlling model railroads, including trains and accessories, but has other uses including home automation. Special thanks to Gregg E. Bermann, who wrote the original DCC++ sketches.

To include this library in your platformIO project, add https://github.com/davidcutting42/CommandStation.git to lib_deps and add #include <CommandStation.h> to your main.cpp file. See the example for usage.

About

Cross-platform Arduino library for controlling and powering devices on a two-wire bus.

License:GNU General Public License v3.0


Languages

Language:C++ 94.0%Language:C 6.0%