Skip to content

Add support for bitrate #3

@chevdor

Description

@chevdor

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 })

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