]> defiant.homedns.org Git - a4wd3.git/commit
Initial commit
authorErik Andresen <erik@vontaene.de>
Fri, 20 Mar 2026 09:17:51 +0000 (10:17 +0100)
committerErik Andresen <erik@vontaene.de>
Fri, 20 Mar 2026 09:17:51 +0000 (10:17 +0100)
commitd265b55fdbbf13e543b7a816b96ee54408aebc9b
treeadaaf3b518e7cc5ac4e1dc1d56fe3021ee5c6023
Initial commit
24 files changed:
.gitmodules [new file with mode: 0644]
.screen-startup [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
avr/motor_ctrl/.gitignore [new file with mode: 0644]
avr/motor_ctrl/Makefile [new file with mode: 0644]
avr/motor_ctrl/fuses.txt [new file with mode: 0644]
avr/motor_ctrl/main.c [new file with mode: 0644]
avr/motor_ctrl/main.hex [new file with mode: 0644]
avr/motor_ctrl/ringbuffer.c [new file with mode: 0644]
avr/motor_ctrl/ringbuffer.h [new file with mode: 0644]
avr/motor_ctrl/uart.c [new file with mode: 0644]
avr/motor_ctrl/uart.h [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
docker/build.sh [new file with mode: 0755]
docker/entrypoint.sh [new file with mode: 0755]
package.xml [new file with mode: 0644]
params/wiimote.config.yaml [new file with mode: 0644]
scripts/engine_man_test.py [new file with mode: 0755]
scripts/max44009_light.py [new file with mode: 0755]
scripts/oled_ssd1780.py [new file with mode: 0755]
scripts/pyshared [new submodule]
scripts/step_response.py [new file with mode: 0755]
src/hw_node.cpp [new file with mode: 0644]