PWM_driver

Simple PWM driver made with a 555 timer and a MOSFET
Index Commits Files Refs README
commit 36b873988a37b4e05897cde928b05011ac8b7b37
parent bba3fc17a0c6615e928759a07011011ac580d4de
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 29 Feb 2024 17:36:16 -0300

Added 3d models source

Diffstat:
MREADME.md | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,23 @@
 
 This is a simple [Pulse-width
 Modulation](https://en.wikipedia.org/wiki/Pulse-width_modulation) Driver that
-can drive LEDs or other DC loads up to at least `18v 3A`. 
+can drive LED strips or other DC loads up to at least `18v 3A`. 
+
+## 3D Models
+
+The majority of 3D Models used are from the official KiCAD 3d library. The ones
+missing are:
+
+- [16mm Alpha Potentiometer](https://grabcad.com/library/alpha-rv16af-20-1)
+- [Screw terminal DG-301 5mm](https://grabcad.com/library/screw-terminal-dg-301-5mm-1)
+- TO-220 with trimmed legs: A modification of the default KiCAD TO-220 model 
+
+## Resources Consulted
+
+This are some web resources that I consulted during the build
+
+- [Electronics enclosure for 3D printing // FreeCAD + KiCAD complete
+  walkthrough](https://www.youtube.com/watch?v=ov3PpaP9uHI)
 
 ## Original Design