Data Sheet

www.veear.eu
User Manual (1.0.8) EasyVR 3 49
bool setKnob (int8_t
knob
)
Sets the confidence threshold to use for recognition of built-in words.
Parameters:
knob
(0-4) is one of values in Knob
Return values:
true
if the operation is successful
bool setLevel (int8_t
level
)
Sets the strictness level to use for recognition of custom commands.
Parameters:
level
(1-5) is one of values in Level
Return values:
true
if the operation is successful
bool setDelay (uint16_t
millis
)
Sets the delay before any reply of the module.
Parameters:
millis
(0-1000) is the delay duration in milliseconds, rounded to 10 units in
range 10-100 and to 100 units in range 100-1000.
Return values:
true
if the operation is successful
bool changeBaudrate (int8_t
baud
)
Sets the new communication speed. You need to modify the baudrate of the underlying Stream object
accordingly, after the function returns successfully.
Parameters:
baud
is one of values in Baudrate
Return values:
true
if the operation is successful
bool sleep (int8_t
mode
)
Puts the module in sleep mode.
Parameters:
mode
is one of values in WakeMode, optionally combined with one of the
values in ClapSense
Return values:
true
if the operation is successful
bool addCommand (int8_t
group
, int8_t
index
)
Adds a new custom command to a group.