From e6aca8c6a99c92c03ad695b5c6756b78eac0f634 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 12 May 2016 22:25:46 -0400 Subject: [PATCH] Big delay in the loop for some bad reason --- Readme.md | 23 +++++++++++++++++++ .../mcopy_projector_tests.ino | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Readme.md 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);