mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
200 B
C
7 lines
200 B
C
|
void reset_trickletimer(void);
|
||
|
void init_trickle(int Imin, int Imax, int k);
|
||
|
void increment_trickle_counter(void);
|
||
|
void trickle_timer_over_callback(void);
|
||
|
void trickke_intervall_over_callback(void);
|
||
|
|