Skip to content

Voltage_Based_Balancing.ino - not compiling #1

@alfamuppet

Description

@alfamuppet

When compiled the example, error of > tle9012.resetErrors(); Line 56 stopped compilation.
resetErrors() required uint8_t i.e. number to be passed chose 0 and it compiled.
Line 56 now reads > tle9012.resetErrors(0); //Reset Errors.
Appreciate the Library and effort to make it.

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