Skip to content

Need to be able to set DELAY to other values #7

@ThreeMagpiesArguingSemantics

Description

The communication speed of the bus is defined by the delay value hard-coded in the header. This value has to be changeable to the user, as the bus speed depends on what the slaved support. (the slave devices i work with would need clock stretching to work with this speed, which this library lacks support for)

The simplest solution would be to #ifdef wrap it in the header, allowing the user to set the value before including the header. But I'd prefer a function i could call from setup that sets it.

I can of-course modify the header, but when including libraries through the Arduino library manager, this is a hassle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions