Skip to content

Commit c55de79

Browse files
committed
fix includes
1 parent de25be3 commit c55de79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Minimal library for controlling the built-in RGB on the GIGA Display Shield via
55
To use this library:
66

77
```
8-
#include <Arduino_GigaDisplayRGB.h>
8+
#include <Arduino_GigaDisplay.h>
99
```
1010

1111

1212
Minimal example:
1313

1414
```
15-
#include <Arduino_GigaDisplayRGB.h>
15+
#include <Arduino_GigaDisplay.h>
1616
1717
GigaDisplayRGB rgb;
1818

examples/rgb/SimpleRGB/SimpleRGB.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This example code is in the public domain.
99
*/
1010

11-
#include <Arduino_GigaDisplayRGB.h>
11+
#include <Arduino_GigaDisplay.h>
1212

1313
//Create rgb object
1414
GigaDisplayRGB rgb;

examples/rgb/blink/blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This example code is in the public domain.
99
*/
1010

11-
#include <Arduino_GigaDisplayRGB.h>
11+
#include <Arduino_GigaDisplay.h>
1212

1313
//Create rgb object
1414
GigaDisplayRGB rgb;

0 commit comments

Comments
 (0)