Files
Polisher-Control/firmware/teensy/platformio.ini

10 lines
185 B
INI
Raw Normal View History

[env:teensy41]
platform = teensy
board = teensy41
framework = arduino
monitor_speed = 115200
build_flags =
-D POLISHER_CONTROL_PROTOCOL_VERSION=1
lib_deps =
tonton81/FlexCAN_T4