We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf05e74 commit 820c847Copy full SHA for 820c847
README.md
@@ -1,8 +1,11 @@
1
# arduino-libraries
2
-Reusable generic libraries for Arduino projects
+Reusable generic libraries for Arduino projects. The libraries are prefixed with
3
+the *asl* namespace (short for Arduino Standard Library) to avoid name clashes
4
+with existing libraries.
5
-This set of libraries require at least Arduino IDE v1.6.8, where v1.8.1 or newer
-is recommended.
6
+This set of libraries require at least
7
+[Arduino IDE](https://www.arduino.cc/en/Main/Software) v1.6.8, where v1.8.1 or
8
+newer is recommended.
9
10
## How to install
11
### Manual Installation
0 commit comments