Github Repo | C Header | C source | JS source |
---|---|---|---|
cesanta/mongoose-os | mgos_utils.h | mgos_utils.c |
void mgos_system_restart_after(int delay_ms);
Restart system after the specified number of milliseconds
float mgos_rand_range(float from, float to);
edit this docReturn random number in a given range.