OpenMarine

Full Version: GPIO app and pin behavior
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
has anything changed recently with regard to the GPIO app that would affect GPIO pin behavior?

I used to use 2 GPIO pins to shutdown and signal shutdown is complete and now these pins don't work the same

in /boot/config.txt I have:
Code:
dtoverlay=gpio-shutdown,gpio_pin=21
dtoverlay=gpio-poweroff,gpiopin=20,active_low="y"

but pin 38 (GPIO 20) appears low (~0.6V) when it used to be high (3.3V)
and pin 40 (GPIO 21) is high (3.3V) and when grounded through a 1.1k ohm resistor (measured) it only drops to about 2.8V and does not trip the pi to shut down.  has something changed the behavior of these pins recently?
anything changed in gpio app, that should keep working...