Skip to content

Commit 1b79646

Browse files
committed
Update examples with new library (manager) name
1 parent 12e76cd commit 1b79646

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/Example-01_Hello/Example-01_Hello.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2121
*/
2222

23-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
23+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
2424

2525
// The Library supports three different types of SparkFun boards. The demo uses the following
2626
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-02_Shapes/Example-02_Shapes.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2626
*/
2727

28-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
28+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
2929

3030
// The Library supports three different types of SparkFun boards. The demo uses the following
3131
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-03_Bitmap/Example-03_Bitmap.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2626
*/
2727

28-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
28+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
2929

3030
// The Library supports three different types of SparkFun boards. The demo uses the following
3131
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-04_Text/Example-04_Text.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2626
*/
2727

28-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
28+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
2929

3030
// The Library supports three different types of SparkFun boards. The demo uses the following
3131
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-05_ScrollFlip/Example-05_ScrollFlip.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2828
*/
2929

30-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
30+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
3131

3232
// The Library supports three different types of SparkFun boards. The demo uses the following
3333
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-06_Clock/Example-06_Clock.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2828
*/
2929

30-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
30+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
3131

3232
// The Library supports three different types of SparkFun boards. The demo uses the following
3333
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-07_Cube/Example-07_Cube.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2828
*/
29-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
29+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
3030

3131
// The Library supports three different types of SparkFun boards. The demo uses the following
3232
// defines to determine which device is being used. Uncomment the device being used for this demo.

examples/Example-08_Multi/Example-08_Multi.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).
2727
*/
2828

29-
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_Graphic_OLED
29+
#include <SparkFun_Qwiic_OLED.h> //http://librarymanager/All#SparkFun_Qwiic_OLED
3030

3131
// The Library supports three different types of SparkFun boards. The demo uses the following
3232
// defines to determine which device is being used. Uncomment the device being used for this demo.

0 commit comments

Comments
 (0)