Skip to content
Snippets Groups Projects
Unverified Commit eb08d647 authored by Peter Woolery's avatar Peter Woolery Committed by GitHub
Browse files

Update README.md

Adding clarification that the pin numbers are BCM, not BOARD
parent 3df90153
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ gpio_modules:
digital_outputs:
- name: lights
module: raspberrypi
pin: 21
pin: 21 # This is specified as the GPIO.BCM standard, not GPIO.BOARD
on_payload: "ON"
off_payload: "OFF"
initial: low # This optional value controls the initial state of the pin before receipt of any messages from MQTT. Valid options are 'low' and 'high'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment