Skip to content

kescholm/SideBurnBrothel-DMX

Repository files navigation

DMX Lights

The DMX controls are based on DMX Library for Arduinoand uses the DMX Shield for Arduino.

DMX Shield

Setup

PlatformIO project was initialized with

pio project init --ide vscode -b uno

Awesome doxygen was installed

cd doc
git submodule add https://github.com/jothepro/doxygen-awesome-css.git
cd doxygen-awesome-css
git checkout v2.2.0

Documentation

Prerequisites

sudo apt install -y cmake doxygen graphviz python3
git submodule update --init

Build Documentation

cmake -S . -B build
cmake --build build --target BrothelDmxDocs
python3 -m http.server 9050 --directory build/doc/html

About

DMX Lighting Contol for the SideBurn Brothel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published