1
0
Fork 0
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:
Max Matveev 2016-02-06 00:48:54 -08:00
parent 199e05ae40
commit d8c3f57dc1
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ type w1Device struct {
file *os.File
addr string
initialized bool
bus w1Bus
bus *w1Bus
}
func NewW1Bus(l byte) embd.W1Bus {