Skip to content

Commit 34ffa30

Browse files
authored
Merge pull request #60 from sparkfun/release/version-1.0.6
Release/version 1.0.6
2 parents 55e3795 + 5002b32 commit 34ffa30

File tree

7 files changed

+2
-1592
lines changed

7 files changed

+2
-1592
lines changed

examples/Example_01_TestCompile/Example_01_TestCompile.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
sfTkArdI2C myI2C;
88
sfTkArdSPI mySPI;
9-
sfTkArdUART myUART;
10-
sfTkArdUARTBus myUARTBus(myUART);
119

1210
void setup()
1311
{

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"

src/sfTk/sfTkISerialBus.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)