Skip to content

Commit be8943a

Browse files
committed
Moved FloatShield.cpp into h
1 parent d95ddd0 commit be8943a

File tree

3 files changed

+189
-211
lines changed

3 files changed

+189
-211
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/FloatShield.cpp

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)