PWM_driver

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

Added license

Diffstat:
ALICENSE | 21+++++++++++++++++++++
MREADME.md | 5++---
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Martin J. Klöckner
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
@@ -22,7 +22,6 @@ 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
+## License
 
-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.
+[MIT](https://opensource.org/licenses/MIT)