mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Limit Pi GPIO to dedicated GPIO pins
to avoid clashes with internal drivers (e.g. I2C, SPI, AMA0 etc)
This commit is contained in:
@@ -609,7 +609,7 @@
|
||||
},
|
||||
"rpi-gpio": {
|
||||
"label": {
|
||||
"gpiopin": "GPIO Pin",
|
||||
"gpiopin": "GPIO",
|
||||
"selectpin": "select pin",
|
||||
"resistor": "Resistor?",
|
||||
"readinitial": "Read initial state of pin on deploy/restart?",
|
||||
|
Reference in New Issue
Block a user