Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/Example_01_TestCompile/Example_01_TestCompile.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

sfTkArdI2C myI2C;
sfTkArdSPI mySPI;
sfTkArdUART myUART;
sfTkArdUARTBus myUARTBus(myUART);

void setup()
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun Toolkit
version=1.0.5
version=1.0.6
author=SparkFun Electronics
maintainer=SparkFun Electronics
sentence=A utility library that other SparkFun libraries can take advantage of.
Expand Down
3 changes: 1 addition & 2 deletions src/SparkFun_Toolkit.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand All @@ -21,5 +21,4 @@
// Just include the toolkit headers
#include "sfTkArdI2C.h"
#include "sfTkArdSPI.h"
#include "sfTkArdUART.h"
#include "sfTkArduino.h"
124 changes: 0 additions & 124 deletions src/sfTk/sfTkISerialBus.h

This file was deleted.

Loading
Loading