void osenv_timer_unregister(void (*func)(void), int freq);
Component OS, Nonblocking
The function pointer and frequency must be identically equal to parameters on a previous osenv_timer_register call.
- func
- Address of function to be called.
- freq
- Times per second the handler was called.