diff --git a/examples/Buttons/Buttons.ino b/examples/Buttons/Buttons.ino index b5514c3..6bbd36d 100644 --- a/examples/Buttons/Buttons.ino +++ b/examples/Buttons/Buttons.ino @@ -12,7 +12,7 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. */ -#include "Arduboy.h" +#include // Make an instance of arduboy used for many functions Arduboy arduboy; diff --git a/examples/HelloWorld/HelloWorld.ino b/examples/HelloWorld/HelloWorld.ino index 34db60f..30d219a 100644 --- a/examples/HelloWorld/HelloWorld.ino +++ b/examples/HelloWorld/HelloWorld.ino @@ -11,7 +11,7 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. */ -#include "Arduboy.h" +#include // make an instance of arduboy used for many functions Arduboy arduboy; diff --git a/examples/Tunes/Tunes.ino b/examples/Tunes/Tunes.ino index e7db648..ccfa4ce 100644 --- a/examples/Tunes/Tunes.ino +++ b/examples/Tunes/Tunes.ino @@ -1,4 +1,4 @@ -#include "Arduboy.h" +#include #include const byte PROGMEM score [] = {