tester: add very basic mock structs for testing i2c devices, based on work done by @rogpeppe

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-08-26 16:44:47 +02:00
committed by Ron Evans
parent b1ae52d1b9
commit ce81b66fe2
6 changed files with 139 additions and 1 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module tinygo.org/x/drivers
go 1.14
require github.com/eclipse/paho.mqtt.golang v1.2.0
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/frankban/quicktest v1.10.2
)