Skip to content

Commit

Permalink
Moved FloatShield.cpp into h
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelytakacs committed Feb 18, 2020
1 parent d95ddd0 commit be8943a
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 211 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ script:

###### Arduino IDE ######

### FloatShield ###
#Uno#
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_Identification/FloatShield_Identification.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_PID/FloatShield_PID.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_OpenLoop/FloatShield_OpenLoop.ino

### HeatShield ###
#Uno#
- arduino --verify --board arduino:avr:uno $PWD/examples/HeatShield/HeatShield_PID/HeatShield_PID.ino
Expand Down Expand Up @@ -90,12 +96,6 @@ script:
- arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_Identification/LinkShield_Identification.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/LinkShield/LinkShield_PPF/LinkShield_PPF.ino

### FloatShield ###
#Uno#
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_Identification/FloatShield_Identification.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_PID/FloatShield_PID.ino
- arduino --verify --board arduino:avr:uno $PWD/examples/FloatShield/FloatShield_OpenLoop/FloatShield_OpenLoop.ino

### TugShield ###
#Uno#
- arduino --verify --board arduino:avr:uno $PWD/examples/TugShield/TugShield_PID/TugShield_PID.ino
Expand Down
202 changes: 0 additions & 202 deletions src/FloatShield.cpp

This file was deleted.

Loading

0 comments on commit be8943a

Please sign in to comment.