Skip to content

Commit 922cd8b

Browse files
committed
updates for v1.0
1 parent 65924a2 commit 922cd8b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ However, for solutions that use the SparkFun Toolkit, it is installed automatica
3333
To mark the `SparkFun Toolkit` as a dependency, add the following line to the `library.properties` file for your library.
3434

3535
```INI
36-
depends=SparkFun Toolkit
36+
depends=SparkFun Toolkit (>=1.0.0)
3737
```
3838

39+
Note: A version indicator is included to ensure your library uses the correct version of the toolkit.
40+
3941
## Examples
4042

4143
The following Arduino Libraries are making use of the SparkFun Toolkit:

tests/test_bus01/test_bus01.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44

55
#include "SparkFun_Toolkit.h"
66

7-
sfeTkArdI2C myI2C;
8-
sfeTkArdSPI mySPI;
7+
sfTkArdI2C myI2C;
8+
sfTkArdSPI mySPI;
99

1010
void setup()
1111
{
1212
}
1313

1414
void loop()
1515
{
16+
sftk_delay_ms(1000)
1617
}

0 commit comments

Comments
 (0)