leomcelroy

Results 2 comments of leomcelroy

Thanks for your work on this library! I've encountered similar issues as described here but the solution hasn't worked for me. I'm using an Adafruit HUZZAH32 for my microcontroller and...

I made the refDes the id of the component. It can be passed explicitly: `const ic = board.add(thing, { id: "myRefDes" })`. It defaults to a random alphanumeric string. This...