Skip to content

daisy_versio.cpp Inverted Gate input #275

@KoSv

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!

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