-
-
Notifications
You must be signed in to change notification settings - Fork 7
[NXT - help wanted]: Implement GPIO driver #2428
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is neededplatform: NXTIssues related to LEGO MINDSTORMS NXTIssues related to LEGO MINDSTORMS NXTsoftware: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: sensorsIssues involving sensorsIssues involving sensors
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededplatform: NXTIssues related to LEGO MINDSTORMS NXTIssues related to LEGO MINDSTORMS NXTsoftware: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: sensorsIssues involving sensorsIssues involving sensors
Is your feature request related to a problem? Please describe.
We don't have a GPIO driver for NXT yet. This is needed to support sensors.
Describe the solution you'd like
A file called
gpio_nxt.csimilar togpio_stm32f0.cbut with an implementation for NXT.Additional context
Inspiration can be found throughout here, but the goal is to have something plain and minimal like the example referenced above.