mirror of
https://github.com/kidoman/embd
synced 2024-12-22 04:40:04 +01:00
ran gofmt
This commit is contained in:
parent
afa49bb2bc
commit
db5c9abb2a
@ -131,7 +131,7 @@ type mockI2CBus struct {
|
||||
closed bool
|
||||
}
|
||||
|
||||
func (bus *mockI2CBus) ReadBytes(addr byte, num int) ([]byte, error) { return []byte{0x00}, nil }
|
||||
func (bus *mockI2CBus) ReadBytes(addr byte, num int) ([]byte, error) { return []byte{0x00}, nil }
|
||||
func (bus *mockI2CBus) ReadByte(addr byte) (byte, error) { return 0x00, nil }
|
||||
func (bus *mockI2CBus) WriteBytes(addr byte, value []byte) error { return nil }
|
||||
func (bus *mockI2CBus) ReadFromReg(addr, reg byte, value []byte) error { return nil }
|
||||
|
Loading…
x
Reference in New Issue
Block a user