diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..ef1be77
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,23 @@
+# mcopy
+#### Motion Copy Optical Printer Y? because we like you.
+
+-------
+1. Introduction
+2. Software
+3. Hardware
+4. Why?
+
+-------
+
+## Introduction
+
+The mcopy project is comprised of software and hardware for optical printers, built with repurposed broken projectors.
+
+## Software
+
+## Hardware
+
+## Why?
+
+I'm interested in expanding the viability and access of the 16mm film format and to repurpose thre rising tide of discarded film technology.
+
diff --git a/ino/mcopy_projector_tests/mcopy_projector_tests.ino b/ino/mcopy_projector_tests/mcopy_projector_tests.ino
index 9838c54..6561899 100644
--- a/ino/mcopy_projector_tests/mcopy_projector_tests.ino
+++ b/ino/mcopy_projector_tests/mcopy_projector_tests.ino
@@ -92,7 +92,6 @@ void loop() {
if (proj_running) {
proj_reading();
}
- delay(100);
//send light signal to pixie every second
if (now - light_time >= 1000) {
light.setPixelColor(0, r, g, b);