Skip to content

kescholm/flddlehex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 FiddleHexDmxDocs
python3 -m http.server 9050 --directory build/doc/html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • C 2.7%
  • CMake 0.1%