Skip to content

Bit Bang I2C only works when there are multiple probes before it. #53

@Viha123

Description

@Viha123

Initializing an object returns NAK if the i2c bus is not probed before.

This code segment is required for any device to be connected to the bus, which should not be the case.

for (int i = 0; i < 0xFF; i++) {
auto res = hal::probe(i2c, i);
}

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