Skip to content

daisy_versio.cpp Inverted Gate input #275

Description

@KoSv

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions