Fix projector_second component code.

This commit is contained in:
mmcwilliams 2019-02-26 16:42:04 -05:00
parent 643e88aef3
commit b98b831ae4
1 changed files with 7 additions and 0 deletions

View File

@ -4,7 +4,14 @@ boolean debug_state = false;
//const int proj_time = {{proj.time}};
//const int proj_delay = {{proj.delay}};
const int proj_fwd_pin = 9;
const int proj_bwd_pin = 10;
const int proj_micro_pin = 8;
boolean proj_dir = true;
boolean proj_running = false;
volatile int proj_micro_raw = 0;
const char cmd_projector = 'p';
const char cmd_proj_forward = 'g';