Skip to content

Commit

Permalink
Remove Arduino.h include file from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Aug 4, 2018
1 parent a281fb7 commit c777d9c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL pins of the Arduino board with interrupt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL pins of the Arduino board with interrupt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL pins of the Arduino board with interrupt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL or ANALOG pins of the Arduino board
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL or ANALOG pins of the Arduino board
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL or ANALOG pins of the Arduino board
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* Documentation: https://erriez.github.io/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL or ANALOG pins of the Arduino board
Expand Down
1 change: 0 additions & 1 deletion platformio/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* Source: https://github.com/Erriez/ErriezRotaryEncoderFullStep
*/

#include <Arduino.h>
#include <ErriezRotaryFullStep.h>

// Connect rotary pins to the DIGITAL pins of the Arduino board with interrupt
Expand Down

0 comments on commit c777d9c

Please sign in to comment.