Skip to content

Allow "reading" all 4 button values at once #10

Closed
@EAGrahamJr

Description

@EAGrahamJr

The underlying Seesaw class has "bulk reads" for digital outputs, which can be exposed in a more useful manner in this class, instead of invoking the method with the "private" values and/or knowledge of the Seesaw pins.

Proposed method would be something like

def read():
    """Returns an array of boolean (True/False) indicating the state of all the keys"""

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