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 9b25568 commit 81078dfCopy full SHA for 81078df
library.properties
@@ -1,5 +1,5 @@
1
name=SparkFun Toolkit
2
-version=1.0.5
+version=1.0.6
3
author=SparkFun Electronics
4
maintainer=SparkFun Electronics
5
sentence=A utility library that other SparkFun libraries can take advantage of.
src/SparkFun_Toolkit.h
@@ -1,6 +1,6 @@
/**
* @file SparkFun_Toolkit.h
- * @brief Arduino style header file for the SparkFun Toolkit
+ * @brief Arduino style header file for the SparkFun Toolkit
*
* This file contains the Arduino style header for the SparkFun Toolkit library
6
@@ -21,5 +21,4 @@
21
// Just include the toolkit headers
22
#include "sfTkArdI2C.h"
23
#include "sfTkArdSPI.h"
24
-#include "sfTkArdUART.h"
25
#include "sfTkArduino.h"
0 commit comments