mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-08 17:03:39 +00:00
ce81b66fe2
Signed-off-by: deadprogram <ron@hybridgroup.com>
6 lines
174 B
Go
6 lines
174 B
Go
// Package tester contains mock structs to make it easier to test I2C devices.
|
|
//
|
|
// TODO: info on how to use this.
|
|
//
|
|
package tester // import "tinygo.org/x/drivers/tester"
|