Use angle brackets for including Arduboy.h

This commit is contained in:
Scott Allen 2016-03-05 13:42:53 -05:00
parent ba367bc2c6
commit 305423f600
3 changed files with 3 additions and 3 deletions

View File

@ -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 <Arduboy.h>
// Make an instance of arduboy used for many functions
Arduboy arduboy;

View File

@ -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 <Arduboy.h>
// make an instance of arduboy used for many functions
Arduboy arduboy;

View File

@ -1,4 +1,4 @@
#include "Arduboy.h"
#include <Arduboy.h>
#include <ArduboyPlaytune.h>
const byte PROGMEM score [] = {