Project

General

Profile

Revision 437

Added by Kevin Woo about 16 years ago

Cleaned up analog.c code. Recompiled library. Mostly commenting and
documentation fixes. No changes made to actual code.

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