Project

General

Profile

Revision 60

Updated wireless library to add different channels.

View differences:

wl_token_ring.h
25 25
/**@brief Set the functions called to turn the bom on and off.**/
26 26
void wl_token_ring_set_bom_functions(void (*on_function) (void), 
27 27
		void (*off_function) (void), int (*max_bom_function) (void));
28

  
28 29
/**@brief Join the token ring **/
29 30
void wl_token_ring_join(void);
30 31
/**@brief Leave the token ring **/

Also available in: Unified diff