Project

General

Profile

Revision 379

Added by Jason knichel over 16 years ago

fixed some style stuff

View differences:

lights.h
73 73
void orb_init(void);
74 74
/** @brief Set both orbs to a specified color **/
75 75
void orb_set(unsigned char red_led, unsigned char green_led,
76
	unsigned char blue_led);
76
	     unsigned char blue_led);
77 77
/** @brief Set orb1 to a specified color **/
78 78
void orb1_set(unsigned char red_led, unsigned char green_led,
79
	unsigned char blue_led); 
79
	      unsigned char blue_led); 
80 80
/** @brief Set orb2 to a specified color **/
81 81
void orb2_set(unsigned char red_led, unsigned char green_led,
82
	unsigned char blue_led);
82
	      unsigned char blue_led);
83 83

  
84 84
/** @brief Set both orbs to a specified color **/
85 85
void orb_set_color(int col);

Also available in: Unified diff