From 86ef664cd32328f862a646366fdc6038090e23fb Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 25 Sep 2017 23:27:04 -0400 Subject: [PATCH] Update intval library documentation --- lib/intval/Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/intval/Readme.md b/lib/intval/Readme.md index 70b8b9f..967573a 100644 --- a/lib/intval/Readme.md +++ b/lib/intval/Readme.md @@ -14,7 +14,7 @@ Class representing the intval3 features * [._watchMicro(err, val)](#Intval+_watchMicro) * [._watchRelease(err, val)](#Intval+_watchRelease) * [.setDir([dir])](#Intval+setDir) - * [.frame([dir], [time], [delay])](#Intval+frame) + * [.frame([dir], [time])](#Intval+frame) * [.sequence()](#Intval+sequence) @@ -105,7 +105,7 @@ Set the default direction of the camera. -### intval.frame([dir], [time], [delay]) +### intval.frame([dir], [time]) Begin a single frame with set variables or defaults **Kind**: instance method of [Intval](#Intval) @@ -114,7 +114,6 @@ Begin a single frame with set variables or defaults | --- | --- | --- | --- | | [dir] | boolean | "null" | (optional) Direction of the frame | | [time] | integer | "null" | (optional) Exposure time, 0 = minimum | -| [delay] | integer | "null" | (optional) Delay after frame before another can be started |