File tree Expand file tree Collapse file tree 3 files changed +189
-211
lines changed
Expand file tree Collapse file tree 3 files changed +189
-211
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ script:
4545
4646# ##### Arduino IDE ######
4747
48+ # ## FloatShield ###
49+ # Uno#
50+ - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_Identification/FloatShield_Identification.ino
51+ - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_PID/FloatShield_PID.ino
52+ - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_OpenLoop/FloatShield_OpenLoop.ino
53+
4854# ## HeatShield ###
4955# Uno#
5056 - arduino --verify --board arduino:avr:uno $PWD/examples/HeatShield/HeatShield_PID/HeatShield_PID.ino
@@ -90,12 +96,6 @@ script:
9096 - arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_Identification/LinkShield_Identification.ino
9197 - arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_PPF/LinkShield_PPF.ino
9298
93- # ## FloatShield ###
94- # Uno#
95- - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_Identification/FloatShield_Identification.ino
96- - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_PID/FloatShield_PID.ino
97- - arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_OpenLoop/FloatShield_OpenLoop.ino
98-
9999# ## TugShield ###
100100# Uno#
101101 - arduino --verify --board arduino:avr:uno $PWD/examples/TugShield/TugShield_PID/TugShield_PID.ino
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments