This is just a mirror, upstream is at https://github.com/ZeusWPI/ledstrip_sandbox
Go to file
2021-09-15 23:02:16 +02:00
cpp-httplib@9648f950f5 Initial commit 2021-08-28 03:13:01 +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 Get lua led working 2021-09-15 23:02:16 +02:00
rpi_ws281x@7624b78288 Initial commit 2021-08-28 03:13:01 +02:00
.gitignore Add small ledstrip blocky editor 2021-09-15 21:09:28 +02:00
.gitmodules Initial commit 2021-08-28 03:13:01 +02:00
CMakeLists.txt Initial commit 2021-08-28 03:13:01 +02:00
deploy.sh Save progress 2021-09-15 22:28:37 +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
test.lua Add small ledstrip blocky editor 2021-09-15 21:09:28 +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