From f07f2267b2f3d323e2e4b5f30fbced27cd6bdbe9 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 24 Feb 2017 15:06:10 -0500 Subject: [PATCH] Add a link to the repository in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f97a18e..0ddc77f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Arduboy2 Library +The Arduboy2 library is maintained in a git repository hosted on [GitHub](https://github.com/) at: + +https://github.com/MLXXXp/Arduboy2 + The **Arduboy2** library is a fork of the [Arduboy library](https://github.com/Arduboy/Arduboy), which provides a standard *application programming interface* (API) to the display, buttons and other hardware of the Arduino based [Arduboy miniature game system](https://www.arduboy.com/). The name *Arduboy2* doesn't indicate that it's for a new "next generation" of the Arduboy hardware. The name was changed so it can coexist in the Arduino IDE with the current *Arduboy* library, without conflict. This way, existing sketches can continue to use the *Arduboy* library and class, without changes, while new sketches can be written (or old ones modified) to use and take advantage of the capabilities of the *Arduboy2* class and library.