refined pulse handling

This commit is contained in:
2017-12-12 23:32:09 +01:00
parent d8612c11c4
commit 71400d7128
2 changed files with 22 additions and 22 deletions

View File

@@ -32,8 +32,8 @@ type config struct {
Pca9685 struct {
Device string
Address int
MinPulse int
MaxPulse int
MinPulse uint16
MaxPulse uint16
}
}