Big delay in the loop for some bad reason

This commit is contained in:
Matt 2016-05-12 22:25:46 -04:00
parent 70842a377e
commit e6aca8c6a9
2 changed files with 23 additions and 1 deletions

23
Readme.md Normal file
View File

@ -0,0 +1,23 @@
# mcopy
#### Motion Copy Optical Printer Y? because we like you.
-------
1. <a href="intro">Introduction</a>
2. <a href="software">Software</a>
3. <a href="hardware">Hardware</a>
4. <a href="#why">Why?</a>
-------
## Introduction <a name="intro"></a>
The mcopy project is comprised of software and hardware for optical printers, built with repurposed broken projectors.
## Software <a name="software"></a>
## Hardware <a name="hardware"></a>
## Why? <a name="why"></a>
I'm interested in expanding the viability and access of the 16mm film format and to repurpose thre rising tide of discarded film technology.

View File

@ -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);