From 6ec81a34294728d50170ad4c61e462fdb4551c11 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Wed, 18 Dec 2019 13:48:33 -0500 Subject: [PATCH] Timing tweaks for Oxberry firmware. Successfully ran 2000 frames with these settings. --- ino/oxberry_firmware/oxberry_firmware.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ino/oxberry_firmware/oxberry_firmware.ino b/ino/oxberry_firmware/oxberry_firmware.ino index 0f64324..b080110 100644 --- a/ino/oxberry_firmware/oxberry_firmware.ino +++ b/ino/oxberry_firmware/oxberry_firmware.ino @@ -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';