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
I am having some strange issues, I need to autostart my app, I am using ofxGPIO for input, output, SPI and i2c on a raspberry pi 2b+ with bullseye.
Most of the time the code runs well, at first with a fresh install I could net get GPIO access but after running the user permission changes in this post https://forum.openframeworks.cc/t/ofxgpio-update-debian-stretch/28430/4?u=kashim
I can get input and output - most of the time.
Now I have a strange issue where sometimes on boot the return from my input (just a simple button) is 1, whereas usually it is 0 - I have a state machine to allow for different commands: double presses, triple presses and long presses. When the app starts up with the output inverted my long presses are triggered automatically. Obviously this is not desirable.
Is there a change for the permsision setup for bulleye? Is there an order i need to initialise my pins?
The text was updated successfully, but these errors were encountered:
I am having some strange issues, I need to autostart my app, I am using ofxGPIO for input, output, SPI and i2c on a raspberry pi 2b+ with bullseye.
Most of the time the code runs well, at first with a fresh install I could net get GPIO access but after running the user permission changes in this post https://forum.openframeworks.cc/t/ofxgpio-update-debian-stretch/28430/4?u=kashim
I can get input and output - most of the time.
Now I have a strange issue where sometimes on boot the return from my input (just a simple button) is 1, whereas usually it is 0 - I have a state machine to allow for different commands: double presses, triple presses and long presses. When the app starts up with the output inverted my long presses are triggered automatically. Obviously this is not desirable.
Is there a change for the permsision setup for bulleye? Is there an order i need to initialise my pins?
The text was updated successfully, but these errors were encountered: