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 @@ func main() {
|
|||
}
|
||||
|
||||
for _, dev := range devs {
|
||||
fmt.Println("OneWire device: %s", dev)
|
||||
fmt.Printf("OneWire device: %s\n", dev)
|
||||
}
|
||||
|
||||
w1d, err := w1.Open("28-011572120bff")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue