-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
The above mentioned file states the following information for the lirc_rpi overlay:
gpio_in_pull Pull up/down/off on the input pin
(default "down")
Which suggests that the keyword off
should be used to turn off the pull resistors on the input GPIO.
Using the keyword off
actually leaves the pull-down resistor turned on. After some trying around, the keyword which really turned off both pull resistors was none
.
sense Override the IR receive auto-detection logic:
"1" = force active high
"0" = force active low
"-1" = use auto-detection
(default "-1")
It's actually the other way around. 0
forces an active high receiver and 1
forces an active low.
Metadata
Metadata
Assignees
Labels
No labels