uPesy Electronics
uPesy Electronics
There is a toggle function on Raspberry Pi Pico port. This code works great on it : ``` from machine import Pin import time pin_led = Pin(25, mode=Pin.OUT) while True:...
Yeah, i don't think that the current version of easyeda2kicad support to convert a symbol that is split in severals parts. I have not manage this case :/
I don't have the time to implement this right now sorry
Hi @swissbyte 🙂 Thanks for your PR ! What is your usecase of using relative path option for 3D-Files instead of absolute ? For a project specific library ?
Ok i see, good idea ! For the MPN field, it's already included in field 1 https://github.com/uPesy/easyeda2kicad.py/blob/6e0cbbad0e23501aaf1dbfa9ed90793f2234a57a/easyeda2kicad/kicad/parameters_kicad_symbol.py#L222-L230
@dzid26 That's really cool to have this kind of GUI to quickly save a part to kicad lib. I'm wondering if it's possible to do it on EEschema window too....
Hi @valeros, the PR is not urgent, so it can wait the next release of Arduino-ESP32 core.
It's a great idea that i have also in mind. But i don't know how actually do it on Kicad. The plugins should be compatible for v5+ et v6. I...
> I thought a bit more about this and in the end haveing the GUI just out of the PCB editor is kind of limited. Could you explain a little...
Thanks for your details explanation, i get it. > A usual workflow is Schematic -> PCB layout -> Production I guess and jumping back and forth just to use the...