-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for bitrate #3
Copy link
Copy link
Open
Description
The hardware we talk about here does not really need a high bitrate and 50k (default) is usually enough. However, when used in combination with a display for instance, using the another bitrate becomes interesting. Currently, the bitrate seem to be unexposed/ignored and the default value of 50k is always taken.
I would be good to be able to pass the bitrate as well as in:
var matrix = new Matrix8x8(I2C1, { scl: 5, sda: 4, address: 0x77, brightness: 15, bitrate: 100e3 })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels