This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
hybridgroup.gobot
Watch
1
Star
0
Fork
0
You've already forked hybridgroup.gobot
mirror of
https://github.com/hybridgroup/gobot.git
synced
2025-04-27 13:48:56 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
hybridgroup.gobot
/
platforms
/
i2c
/
i2c.go
8 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Update i2c package
2014-04-27 18:54:41 -07:00
package
i2c
WIP combine all seperate adaptor and driver repos into a single repo
2014-04-26 03:11:51 -07:00
type
I2cInterface
interface
{
I2cStart
(
byte
)
I2c inteface now uses byte instead of uint16
2014-06-06 16:58:17 -07:00
I2cRead
(
uint
)
[
]
byte
I2cWrite
(
[
]
byte
)
WIP combine all seperate adaptor and driver repos into a single repo
2014-04-26 03:11:51 -07:00
}
Reference in New Issue
Copy Permalink