Browse Source

Add readme

Abhinav Sinha 5 years ago
parent
commit
647d92a84c
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+# N95-sanitize
+
+A quick project to adapt a PCB-reflow oven to sanitize n95 masks. 70C for 30 minutes.
+
+The bulk of the code was taken from [rocketscream](https://github.com/rocketscream/Reflow-Oven-Controller), and reduced/adapted until it fit this simplified use case.
+
+## Attribution
+
+Libraries used:
+
+* Max6675 Library: [zhenek-kreker/MAX6675](https://github.com/zhenek-kreker/MAX6675)
+* Display libaray: [olikraus/U8g2_Arduino](https://github.com/olikraus/U8g2_Arduino)
+* PID library: [br3ttb/Arduino-PID-Library](https://github.com/br3ttb/Arduino-PID-Library)
+
+Schematic and board pictures coming soon.