|
||
---|---|---|
board | ||
cfg | ||
lib | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
README.md |
README.md
LED Firmware
Simulator
The simulator mocks the appearance of the LED panels within a Python tkinter window, using approximately the same code as the panels.
Setup Virtual CAN
# modprobe vcan
# ip link add ${CAN_INTERFACE} type vcan
# ip link set ${CAN_INTERFACE} up
- CAN_INTERFACE is the name of the virtual interface
Building
# make sim
Running
# ./build/VEX_RGB_sim ${CAN_INTERFACE} ${CAN_ID} | ./sim.py