-
Notifications
You must be signed in to change notification settings - Fork 6
Open
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels