From e89542d73426d4684fed60f458ab905e152694b0 Mon Sep 17 00:00:00 2001 From: Johan Vandegriff Date: Sat, 19 Oct 2019 23:05:28 -0400 Subject: [PATCH] updated URL to new location --- ArduinOLED.cpp | 4 ++-- ArduinOLED.h | 4 ++-- .../ArduinOLED_u8g2_StackerGame.ino | 2 +- examples/ArduinOLED_u8g2_Test/ArduinOLED_u8g2_Test.ino | 2 +- examples/ArduinOLED_u8x8_Test/ArduinOLED_u8x8_Test.ino | 2 +- library.properties | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ArduinOLED.cpp b/ArduinOLED.cpp index dfc0457..0ae8903 100644 --- a/ArduinOLED.cpp +++ b/ArduinOLED.cpp @@ -1,10 +1,10 @@ /* This is a library for the ArduinOLED board to read the buttons and joystick. -http://johan.vandegriff.net/ArduinOLED/ +https://johanv.xyz/ArduinOLED/ Written by Johan Vandegriff -BSD license, check license.txt for more information +MIT license, check license.txt for more information */ #include "Arduino.h" diff --git a/ArduinOLED.h b/ArduinOLED.h index 4b9de64..067aacf 100644 --- a/ArduinOLED.h +++ b/ArduinOLED.h @@ -1,10 +1,10 @@ /* This is a library for the ArduinOLED board to read the buttons and joystick. -http://johan.vandegriff.net/ArduinOLED/ +https://johanv.xyz/ArduinOLED/ Written by Johan Vandegriff -BSD license, check license.txt for more information +MIT license, check license.txt for more information */ #include "Arduino.h" diff --git a/examples/ArduinOLED_u8g2_StackerGame/ArduinOLED_u8g2_StackerGame.ino b/examples/ArduinOLED_u8g2_StackerGame/ArduinOLED_u8g2_StackerGame.ino index c76ac4b..24ced45 100644 --- a/examples/ArduinOLED_u8g2_StackerGame/ArduinOLED_u8g2_StackerGame.ino +++ b/examples/ArduinOLED_u8g2_StackerGame/ArduinOLED_u8g2_StackerGame.ino @@ -1,7 +1,7 @@ /* * This sketch is for the ArduinOLED board. for more info, visit: * - * Johan.Vandegriff.net/ArduinOLED + * https://johanv.xyz/ArduinOLED/ */ #include diff --git a/examples/ArduinOLED_u8g2_Test/ArduinOLED_u8g2_Test.ino b/examples/ArduinOLED_u8g2_Test/ArduinOLED_u8g2_Test.ino index 7290972..00ddd45 100644 --- a/examples/ArduinOLED_u8g2_Test/ArduinOLED_u8g2_Test.ino +++ b/examples/ArduinOLED_u8g2_Test/ArduinOLED_u8g2_Test.ino @@ -1,7 +1,7 @@ /* This sketch is for the ArduinOLED board. for more info, visit: - Johan.Vandegriff.net/ArduinOLED + https://johanv.xyz/ArduinOLED/ */ #include diff --git a/examples/ArduinOLED_u8x8_Test/ArduinOLED_u8x8_Test.ino b/examples/ArduinOLED_u8x8_Test/ArduinOLED_u8x8_Test.ino index daa02eb..e99eb0b 100644 --- a/examples/ArduinOLED_u8x8_Test/ArduinOLED_u8x8_Test.ino +++ b/examples/ArduinOLED_u8x8_Test/ArduinOLED_u8x8_Test.ino @@ -1,7 +1,7 @@ /* * This sketch is for the ArduinOLED board. for more info, visit: * - * Johan.Vandegriff.net/ArduinOLED + * https://johanv.xyz/ArduinOLED/ * * It tests all the parts of the board: * Screen diff --git a/library.properties b/library.properties index f963b25..d693d36 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Johan Vandegriff sentence=Library to read buttons and joysticks for the ArduinOLED board. paragraph=Library to read buttons and joysticks for the ArduinOLED board. category=Device Control -url=http://johan.vandegriff.net/ArduinOLED/ +url=https://johanv.xyz/ArduinOLED/ architectures=* -- 2.45.2