We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec60fe commit da54870Copy full SHA for da54870
1 file changed
Libraries/README.md
@@ -0,0 +1,28 @@
1
+SparkFun MicroView Libraries
2
+=================================
3
+
4
+Libraries for use in different environments.
5
6
7
+Directory Contents
8
+-------------------
9
+* **/Arduino** - [Arduino IDE](http://www.arduino.cc/en/Main/Software) libraries
10
11
12
+License Information
13
14
+This product is open source!
15
16
+The code is released under the GPL v3 license. For more information see the included LICENSE.md file.
17
18
+Distributed as-is; no warranty is given.
19
20
+- Your friends at SparkFun.
21
22
23
24
+BUILD INSTRUCTIONS:
25
26
+$git subtree add -P <DIRECTORY NAME> --squash <git repo URL> <ref>
27
28
+$git subtree pull -P <DIRECTORY NAME> --squash <git repo URL> <ref>
0 commit comments