Skip to content

Commit f4935ca

Browse files
committed
Arduino-ify repo
Resolves #1
1 parent f5d8e9f commit f4935ca

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# sfe-core-library
1+
# SparkFun Toolkit Arduino Library

docs/docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs!

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=SparkFun Toolkit
2+
version=0.1.0
3+
author=SparkFun Electronics
4+
maintainer=SparkFun Electronics
5+
sentence=A utility library that other SparkFun libraries can take advantage of.
6+
paragraph=
7+
category=Other
8+
url=https://github.com/sparkfun/SparkFun_Toolkit
9+
architectures=*

src/SparkFun_Toolkit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Code!

0 commit comments

Comments
 (0)