Skip to content

Commit 81078df

Browse files
committed
pull out uart from header, bump version
1 parent 9b25568 commit 81078df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun Toolkit
2-
version=1.0.5
2+
version=1.0.6
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics
55
sentence=A utility library that other SparkFun libraries can take advantage of.

src/SparkFun_Toolkit.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file SparkFun_Toolkit.h
3-
* @brief Arduino style header file for the SparkFun Toolkit
3+
* @brief Arduino style header file for the SparkFun Toolkit
44
*
55
* This file contains the Arduino style header for the SparkFun Toolkit library
66
*
@@ -21,5 +21,4 @@
2121
// Just include the toolkit headers
2222
#include "sfTkArdI2C.h"
2323
#include "sfTkArdSPI.h"
24-
#include "sfTkArdUART.h"
2524
#include "sfTkArduino.h"

0 commit comments

Comments
 (0)