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