We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192791 commit 4fa7cf2Copy full SHA for 4fa7cf2
.github/workflows/teensy.yml
@@ -29,6 +29,11 @@ jobs:
29
run: pio ci --lib="." --board=teensy41 --board=teensy40
30
env:
31
PLATFORMIO_CI_SRC: examples/hardware_specific_examples/Teensy/Teensy4/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino
32
+
33
+ - name: PIO Run Teensy 4
34
+ run: pio ci --lib="." --board=teensy41 --board=teensy40
35
+ env:
36
+ PLATFORMIO_CI_SRC: examples/hardware_specific_examples/DRV8302_driver/teensy4_current_control_low_side/teensy4_current_control_low_side.ino
37
38
- name: PIO Run Teensy 3
39
run: pio ci --lib="." --board=teensy31 --board=teensy30 --board=teensy35 --board=teensy36
0 commit comments