Skip to content

Commit 4fa7cf2

Browse files
authored
Update teensy.yml
1 parent 7192791 commit 4fa7cf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/teensy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
run: pio ci --lib="." --board=teensy41 --board=teensy40
3030
env:
3131
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
3237

3338
- name: PIO Run Teensy 3
3439
run: pio ci --lib="." --board=teensy31 --board=teensy30 --board=teensy35 --board=teensy36

0 commit comments

Comments
 (0)