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 |