adjusted logs; fixed typo

This commit is contained in:
2019-05-05 22:17:27 +02:00
parent eb2a0e7a98
commit 6d99ade955
2 changed files with 4 additions and 4 deletions

View File

@@ -188,5 +188,5 @@ func main() {
keys = append(keys, int(c))
}
pca9685.SwichOff(keys)
pca9685.SwitchOff(keys)
}