Skip to content

Commit 920965a

Browse files
authored
added missing links (#14)
added missing links from https://www.arduino.cc/en/Reference/ArduinoMKRRGB @karlsoderby
1 parent be9714d commit 920965a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Arduino MKR RGB library
22

33

4-
The Arduino MKR RGB library allows you to draw on the MKR RGB Shield using some very basic functions. This library is also the software interface necessary to create more complex graphics using the ArduinoGraphics Library.
4+
The Arduino MKR RGB library allows you to draw on the [MKR RGB Shield](https://store.arduino.cc/mkr-rgb-shield) using some very basic functions. This library is also the software interface necessary to create more complex graphics using the [ArduinoGraphics](https://www.arduino.cc/en/Reference/ArduinoGraphics) Library.
55

66
This library is the one you should use to create the object _YourScreen_ that you find in the examples of the ArduinoGraphics library. You may choose any label for your matrix objetct as far as you use that label instead of _YourScreen_ label.
77

@@ -12,4 +12,4 @@ To use this library:
1212
#include <Arduino_MKRRGB.h>
1313
```
1414

15-
> **Note: Arduino MKR RGB library depends of the ArduinoGraphics library**.
15+
> **Note: Arduino MKR RGB library depends of the ArduinoGraphics library**.

0 commit comments

Comments
 (0)