mirror of
https://github.com/kidoman/embd
synced 2025-07-04 20:37:46 +02:00
fixed OneWire bus concurrency & sample
This commit is contained in:
parent
199e05ae40
commit
d8c3f57dc1
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ type w1Device struct {
|
|||
file *os.File
|
||||
addr string
|
||||
initialized bool
|
||||
bus w1Bus
|
||||
bus *w1Bus
|
||||
}
|
||||
|
||||
func NewW1Bus(l byte) embd.W1Bus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue