Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daisy_versio.cpp Inverted Gate input #275

Open
KoSv opened this issue Sep 10, 2022 · 0 comments
Open

daisy_versio.cpp Inverted Gate input #275

KoSv opened this issue Sep 10, 2022 · 0 comments

Comments

@KoSv
Copy link

KoSv commented Sep 10, 2022

Hey,

I wondered why my gate inputs seemed delayed when triggered and
I had to modify the source of daisy_versio.cpp to get it to work properly:
from gate.Init(&gate_gpio); to gate.Init(&gate_gpio, false);
because in gatein.h void Init(dsy_gpio_pin *pin_cfg, bool invert = true); is by default and this leads to this confusion.

cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant