Big delay in the loop for some bad reason
This commit is contained in:
parent
70842a377e
commit
e6aca8c6a9
|
@ -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.
|
||||||
|
|
|
@ -92,7 +92,6 @@ void loop() {
|
||||||
if (proj_running) {
|
if (proj_running) {
|
||||||
proj_reading();
|
proj_reading();
|
||||||
}
|
}
|
||||||
delay(100);
|
|
||||||
//send light signal to pixie every second
|
//send light signal to pixie every second
|
||||||
if (now - light_time >= 1000) {
|
if (now - light_time >= 1000) {
|
||||||
light.setPixelColor(0, r, g, b);
|
light.setPixelColor(0, r, g, b);
|
||||||
|
|
Loading…
Reference in New Issue