advanced functions More...
Functions | |
| const char * | tucbot_robotId_getString (eRobotId id) |
| Returns a pointer to the unique robot ID string located in the flash. More... | |
| void | tucbot_robotId_set (eRobotId id) |
| Set the ID of the current robot. More... | |
advanced functions
| const char* tucbot_robotId_getString | ( | eRobotId | id | ) |
Returns a pointer to the unique robot ID string located in the flash.
| id | value representing the robot ID - see also eRobotId |
| void tucbot_robotId_set | ( | eRobotId | id | ) |
Set the ID of the current robot.
The selected ID is written into the EEPROM.
| id | value representing the new robot ID - see also eRobotId |
1.8.17