User Manual
www.veear.eu
54 EasyVR 3 User Manual (1.0.14)
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.
Parameters:
group
(0-16) is the target group, or one of the values in #Groups
index
(0-31) is the index of the command within the selected group
Return values:
true
if the operation is successful
bool removeCommand (int8_t group, int8_t index)
Removes a custom command from a group.
Parameters:
group
(0-16) is the target group, or one of the values in #Groups
index
(0-31) is the index of the command within the selected group
Return values:
true
if the operation is successful
bool setCommandLabel (int8_t group, int8_t index, const char * name)
Sets the name of a custom command.
Parameters:
group
(0-16) is the target group, or one of the values in #Groups
index
(0-31) is the index of the command within the selected group
name
is a string containing the label to be assigned to the specified
command










