- add Makefile

- improve README.md
- smaller fixes regarding configuration
This commit is contained in:
2022-12-31 17:04:35 +01:00
parent 586a657674
commit e8c46c43f6
14 changed files with 216 additions and 41 deletions

16
rpicontrol.conf.example Normal file
View File

@@ -0,0 +1,16 @@
mqtt-config:
broker-address: "tcp://localhost:1883"
connect-timeout-ms: 2000
connect-retry-interval-ms: 2000
max-reconnect-interval-ms: 15000
pin-control-config:
gpio-pins:
- number: 17
name: out1
direction: Output
pull-config: PullOff
send-polling-events: false
send-change-events: true
polling-time-ms: 100