Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Add support for GPIO input/output #9

Description

@tictacmenthe

Specifically, we have to be able to read at least 1 GPIO (Image of Raspberry PI GPIOs)

It would be best if we had a generic code that could use any GPIOs.

We musn't use the GPIOs associated with the SPI interface (used for CAN) : MOSI/MISO/SCLK/CE.
These are GPIOs 8, 9, 10, 11 and 25.

For instance, we could use GPIO 16 for the Start of Match input.

This would be useful for a control interface of the robot.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

HLHigh Level project relatedfeatureNew feature

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions