A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
85 | 14 Jan 2023 16:17 | 1b2c8f0 | Update PPM interrupt handler to not use RTOS queues, write data directly | Josh Stockin | 4 | 60 | 70 | G |
Object | Latest Commit Subject | Time | Hash |
---|---|---|---|
src | Update PPM interrupt handler to not use RTOS queues, write data directly | 14 Jan 2023 16:17 | 1b2c8f0 |
.gitignore | Radio receiver handlers | 12 Jan 2023 16:04 | 8b6f76f |
CMakeLists.txt | Radio receiver handlers | 12 Jan 2023 16:04 | 8b6f76f |
LICENSE | Radio receiver handlers | 12 Jan 2023 16:04 | 8b6f76f |
README.md | Radio receiver handlers | 12 Jan 2023 16:04 | 8b6f76f |
build.xsh | Update PPM interrupt handler to not use RTOS queues, write data directly | 14 Jan 2023 16:17 | 1b2c8f0 |
sdkconfig | Update PPM interrupt handler to not use RTOS queues, write data directly | 14 Jan 2023 16:17 | 1b2c8f0 |
A wheelchair motor-propelled, battery-powered, ESP32-driven remote control snow plow.
Using the build script from a xonsh terminal:
. build.xsh bdf # [b]uilds with [d]ebug mode before [f]lashing
Debug mode just changes the application log verbosity for now. Assuming you're
not using xonsh as your terminal, . build.xsh bf
is equivalent to idf.py build flash
.
Dev branch: 2023 firmware rewrite