Project

General

Profile

Revision 595

Fixed some logical and typo errors in documentation

View differences:

bom.h
68 68
/** @brief Compares all the values in bom_val[] and returns the index to the highest value element. **/
69 69
int bom_get_max(void);
70 70

  
71
/** @brief Turns on the selected bom leds. Only works with BOM_ALL if using the original bom. **/
71
/** @brief Enables the selected bom leds on a BOM1.5 **/
72 72
void bom_set_leds(int bit_field);
73 73

  
74 74
/** @brief (DEPRECATED) Gets and compares all bom values.  Returns the index to the highest value element. **/
75 75
int get_max_bom(void);
76 76

  
77
/** @brief Turns on all bom leds. **/
77
/** @brief Turns on all BOM leds, or turns on enabled leds on a BOM1.5. **/
78 78
void bom_on(void);
79 79

  
80 80
/** @brief Turns off all bom leds. **/

Also available in: Unified diff