Skip to content

Commit c92962e

Browse files
committed
minor re-org of test area
1 parent 763bf3b commit c92962e

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

test/test.ino

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

tests/test_bus01/test_bus01.ino

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
// Just a simple compile test for the Bus objects
4+
5+
#include "SparkFun_Toolkit.h"
6+
7+
sfeTkArdI2C myI2C;
8+
sfeTkArdSPI mySPI;
9+
10+
void setup()
11+
{
12+
}
13+
14+
void loop()
15+
{
16+
}

0 commit comments

Comments
 (0)