From 305423f6009031ec2096bb9e6b314cd70ca8f8fd Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Sat, 5 Mar 2016 13:42:53 -0500 Subject: [PATCH] Use angle brackets for including Arduboy.h --- examples/Buttons/Buttons.ino | 2 +- examples/HelloWorld/HelloWorld.ino | 2 +- examples/Tunes/Tunes.ino | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 [] = {