adjusted maxpulse to match implementation; added buffer overflow protection

This commit is contained in:
2018-06-29 05:32:22 +02:00
parent 9222747d34
commit 1cd57c829e
2 changed files with 8 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ pca9685:
device: "dev/i2c-2"
address: 0x40
minpulse: 0
maxpulse: 65535
maxpulse: 4095