mirror of
https://github.com/kidoman/embd
synced 2025-07-03 11:57:38 +02:00
fix a bunch of build errors
This commit is contained in:
parent
026f5fe3f3
commit
4e67e7eb11
7 changed files with 105 additions and 67 deletions
|
@ -15,6 +15,8 @@ func describer(rev int) *host.Descriptor {
|
|||
GPIO: func() interface{} {
|
||||
return lgpio.New(pins)
|
||||
},
|
||||
I2C: li2c.New,
|
||||
I2C: func() interface{} {
|
||||
return li2c.New()
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue