inital commit of PCA9685 backend in go

This commit is contained in:
2017-12-12 19:18:31 +01:00
parent 09cf91e638
commit ffe46a0f4b
5 changed files with 261 additions and 0 deletions

9
config.yaml Normal file
View File

@@ -0,0 +1,9 @@
name: PCA9685
ledd:
host: "127.0.0.1"
port: 5640
pca9685:
device: "dev/i2c-2"
address: 0x40
minpulse: 0
maxpulse: 1000