Timing tweaks for Oxberry firmware. Successfully ran 2000 frames with these settings.

This commit is contained in:
sixteenmillimeter 2019-12-18 13:48:33 -05:00
parent 00ccf4cb8f
commit 6ec81a3429
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ const int cam_pin = 9;
boolean running = false;
boolean cam_dir = true;
const int cam_time = 700;
const int cam_momentary = 120;
const int cam_time = 550;
const int cam_momentary = 130;
const int cam_delay = 42;
const char cmd_camera = 'c';