472 char cmd[128], param[128];
475 total_read = sscanf(
p_received_chars,
"%127s %127s %d" , cmd, param,(
int*)&val);
477 total_read = sscanf(
p_received_chars,
"%127s %127s %f" , cmd, param,(float32_t*)&fval);
479 Serial.print(F(
"M SvcSerialCommandInterface::messageHandler_UPDATE_DD ERROR WRONG PARAM COUNT"));
480 Serial.println(total_read);
483 total_read = sscanf(
p_received_chars,
"%127s %127s %f" , cmd, param,(float32_t*)&fval);
bool update(const char *key, int32_t val, uint32_t *owner)
update the value of an owned record creates a new record if one does not exist and initializes its ...