Adam Wonak
Adam Wonak
Documentation on valid PWM freq ranges: https://docs.micropython.org/en/latest/rp2/quickref.html#pwm-pulse-width-modulation In my testing, I found that the PWM freq can be set to match the machine freq, with the higher the machine &...
It might help to take a look at similar open source hardware projects who have shared their KiCad files (I don't know if this is a canonical example, but at...
Thanks for separating this into its own PR. This script was a little more challenging to review (any by extension maintain) due to some of the organization of code which...
Thanks for the comments clarifying your design decisions and asking for further clarification. Let me dig in a bit. > My current code separates the individual gate display logic and...
Closing due to inactivity.
Identical pin headers on a PCB are definitely a concern, but there are many examples of modules that take this risk and provide detailed documentation to address this, for example...
One other potential benefit with a design like this is that you can have the microcontroller board with 2x20 female pin headers for standard breadboard sized microcontrollers like Arduino rp2040...
One more thing I think would be great to include attribution to the original script author and any contributors of bug fixes/improvements to those scripts. You should be able to...
One last comment - I like how the script authors have been added, but I'm having second thoughts about the additional "contributors". I feel like the script author should receive...
Thanks for adding this to the docs!