nophead / NopSCADlib

Library of parts modelled in OpenSCAD and a framework for making projects
GNU General Public License v3.0
1.17k stars 155 forks source link

Adafruit Feather 405 Module #259

Closed thestumbler closed 1 year ago

thestumbler commented 1 year ago

Here's a quick-and-dirty module I made for the Feather 405 board, in case it comes in handy for anyone. -Chris

feather405.scad.txt

nophead commented 1 year ago

Thanks. Added via 523fc9e9a5c8a566bde2bfe8555d5f6dddd8f05b.

I replaced the variables that were only used once by constants for speed. I also added pads for the pin headers and replaced the generic chip with a QFP package. Lots of other components could be added. I usually add at least the LEDs and the bottons so that holes can be made for them in enclosures.

thestumbler commented 1 year ago

Thanks for the improvements. That was kind of where I plan to head with this, to make a simple enclosure. I couldn't find any enclosure online that was written in OpenScad, just STL files.