Dryw Wade
Dryw Wade
I believe all our footprints with PTH pads have the "Copper layers" setting set to "All copper layers" like so:  However I would like to suggest changing them all...
First off, all footprints should really have a courtyard to ensure DRC catches any accidentally overlapping parts. Second, if a user wants to solder headers onto a board, there needs...
We commonly add the voltage and current rating of regulators in schematics as external text like so:  I think it would make sense to add those ratings to the...
The RP2350B has 48 GPIO pins, compared to the 30 GPIO pins of the RP2350B and RP2040. Attempting to control LEDs on the higher GPIO pins (specifically, GPIO32-47) does not...
### Describe the doc issue Doc link for `haveImageReader()`: https://docs.opencv.org/4.11.0/d4/da8/group__imgcodecs.html#ga65d3569d8845d1210e1aeab8c199031c The note states `It does not check for the actual existence of the file but rather the ability to read...
### Description ### Request `Pin.mode()` is currently only supported on cc3200 and stm32 ports, according to the current [docs](https://docs.micropython.org/en/latest/library/machine.Pin.html#machine.Pin.mode). The first part of this request is to implement that method...
### Port, board and/or hardware rp2 port with RP2350B ### MicroPython version v1.24.0-preview.461.gb8227a3f7.dirty ### Reproduction Connect a quadrature encoder to any pair of GPIO pins. Then create an instance of...
**Describe the solution you'd like** *Optional* support for dtypes uint32 and int32, similar to how complex number are optionally enabled by setting `ULAB_SUPPORTS_COMPLEX`. **Additional context** I skimmed a bit through...
~I unfortunately don't have any replication code to share right now, as I'm working on a project that's private for the time being.~ Edit: See next comment But the short...
Not sure whether it's in scope for ViperIDE, but would be a nice feature if it can flash/update MicroPython/CircuitPython firmware for various boards! Some platforms are easy, like RP2 (run...