mirror of https://github.com/MLXXXp/Arduboy2.git
Use angle brackets for including Arduboy.h
This commit is contained in:
parent
ba367bc2c6
commit
305423f600
|
@ -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.
|
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
|
// Make an instance of arduboy used for many functions
|
||||||
Arduboy arduboy;
|
Arduboy arduboy;
|
||||||
|
|
|
@ -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.
|
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
|
// make an instance of arduboy used for many functions
|
||||||
Arduboy arduboy;
|
Arduboy arduboy;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "Arduboy.h"
|
#include <Arduboy.h>
|
||||||
#include <ArduboyPlaytune.h>
|
#include <ArduboyPlaytune.h>
|
||||||
|
|
||||||
const byte PROGMEM score [] = {
|
const byte PROGMEM score [] = {
|
||||||
|
|
Loading…
Reference in New Issue