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 @@ 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")