Implemented Create reset method

This commit is contained in:
Bernhard Klauninger 2024-07-03 16:13:33 +02:00 committed by Konstantin Lampalzer
parent d3a714cc51
commit aaa7b5076e
3 changed files with 15 additions and 1 deletions

View file

@ -135,6 +135,11 @@ namespace create {
*/
~Create();
/**
* \brief Resets the create as if the battery was removed and reinserted.
*/
void reset();
/**
* \brief Make a serial connection to Create.
*