This is just a mirror, upstream is at https://github.com/ZeusWPI/ledstrip_sandbox
Go to file
2021-09-16 18:16:30 +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 Change license 2021-09-15 21:21:35 +02:00
lua-5.4.3 Add vendored lua 2021-08-28 03:13:23 +02:00
main Enable interrupting pure Lua loops 2021-09-16 18:16:30 +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
deploy.sh Enable interrupting pure Lua loops 2021-09-16 18:16:30 +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
submit.py Enable interrupting pure Lua loops 2021-09-16 18:16:30 +02:00

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