You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
With my pcf.PCF8574GpioProvider Pins I observe the problem that after ending my App via Ctrl-C, the shutdown hook will try to shutdown these Pins but leaves them in an unpredictable state.
This might be a side affect of timing issues I found as well for these pins. Firing several "gpio.setState(true,myOutput);" commands in my app will not work properly unless I pause for eg. 100 ms between these commands.
The text was updated successfully, but these errors were encountered:
HarryHpd
changed the title
shutdown porblem with pcf.PCF8574GpioProvider
shutdown problem with pcf.PCF8574GpioProvider
Nov 6, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am using 1.2-SNAPSHOT via Maven in Eclipse.
With my pcf.PCF8574GpioProvider Pins I observe the problem that after ending my App via Ctrl-C, the shutdown hook will try to shutdown these Pins but leaves them in an unpredictable state.
This might be a side affect of timing issues I found as well for these pins. Firing several "gpio.setState(true,myOutput);" commands in my app will not work properly unless I pause for eg. 100 ms between these commands.
The text was updated successfully, but these errors were encountered: