This is just a mirror, upstream is at https://github.com/ZeusWPI/ledstrip_sandbox
Go to file
Midgard 808149b31a
Fix bug with trying to fill out removed placeholder
2021-09-23 23:56:24 +02:00
cpp-httplib@9648f950f5 Initial commit 2021-08-28 03:13:01 +02:00
demo Enable interrupting pure Lua loops 2021-09-16 18:16:30 +02:00
editor add editor 2021-09-23 21:24:27 +02:00
frontend Fix bug with trying to fill out removed placeholder 2021-09-23 23:56:24 +02:00
lua-5.4.3 Add vendored lua 2021-08-28 03:13:23 +02:00
main Run clang-format on source 2021-09-19 04:13:10 +02:00
rpi_ws281x@7624b78288 Initial commit 2021-08-28 03:13:01 +02:00
.gitignore Enable interrupting pure Lua loops 2021-09-16 18:16:30 +02:00
.gitmodules Initial commit 2021-08-28 03:13:01 +02:00
CMakeLists.txt It works 2021-09-16 14:27:35 +02:00
LICENSE Initial commit 2021-08-28 03:13:01 +02:00
README.md Add README 2021-09-15 19:39:57 +02:00
deploy.sh Enable interrupting pure Lua loops 2021-09-16 18:16:30 +02:00
deploy_editor.sh add editor 2021-09-23 21:24:27 +02:00
deploy_frontend.sh add editor 2021-09-23 21:24:27 +02:00
site.conf add editor 2021-09-23 21:24:27 +02:00
submit.py Improve submit script 2021-09-19 03:49:00 +02:00

README.md

Get started:

# Fetch/update submodules:
git submodule update --init --recursive

# To set up a build in directory `build`:
cmake -B build
# To build in directory `build`:
cmake --build build