Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Create block for the digipin multiplexer #134

Open
rmoesbergen opened this issue Oct 28, 2024 · 1 comment
Open

[enhancement] Create block for the digipin multiplexer #134

rmoesbergen opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rmoesbergen
Copy link
Member

rmoesbergen commented Oct 28, 2024

We now have a digital pin multiplexer (8 bit) as a plug-in board. Some issues we found with this:

  • It uses pin 0/1 for the address, which conflicts with Serial / USB / UART0. So if you use Serial at all, the multiplexer doesn't work bc the pins are uses/claimed by the UART.
  • It doesn't have state, so only one pin at a time can be controlled.
  • There's no PWM pin attached, so PWM doesn't work with this multiplexer
@koen1711 koen1711 added the enhancement New feature or request label Oct 31, 2024
@rmoesbergen
Copy link
Member Author

The block should have a pin number parameter/field that can be set with a variable (so the pin address can be set in a loop for example). It should give a warning icon on the block if it's used in combination with Serial IO.

@rmoesbergen rmoesbergen self-assigned this Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants