PWM_driver

Simple PWM driver made with a 555 timer and a MOSFET
Index Commits Files Refs README
commit 2c058b080dc94b88b36bf9428b85a4c1da292a63
parent f75cca9e6a84110012b602af548b5c95933209af
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 29 Feb 2024 14:02:14 -0300

Add README.md

Diffstat:
AREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,12 @@
+# Pulse-width Modulation Driver
+
+![driver_pwm](https://github.com/mjkloeckner/driver_PWM/assets/64109770/e323bf5d-6796-4978-935f-c11486a8398c)
+
+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`.
+
+## Original Design
+
+The original design is not mine, I found it and made a few tweaks to the values
+of the components in order to fit my needs.