forked from hybridgroup/gobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopigo3: integration of recent GoPiGo3 contributions
Signed-off-by: deadprogram <[email protected]>
- Loading branch information
1 parent
40fc1a2
commit c7a68b1
Showing
4 changed files
with
48 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package gopigo3 | ||
|
||
import ( | ||
"testing" | ||
|
||
"gobot.io/x/gobot" | ||
) | ||
|
||
var _ gobot.Driver = (*Driver)(nil) | ||
|
||
func TestGoPiGo3Driver(t *testing.T) { | ||
t.Skip("Tests needed here...") | ||
} |