You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Maybe have a script that launches/starts the main script when the start condition occurs.
Also can kill and restart it, select color or other parameters depending on buttons/switches.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: