Project

General

Profile

Revision 568

Added by Chris Mar about 16 years ago

updated comments for BOM wrapper functions. no compiler warnings since they just call the new code.

View differences:

bom.h
65 65
/** @brief Turns off the selected bom leds. Only works with BOM_ALL if using the original bom. **/
66 66
void bom_leds_off(int bit_field);
67 67

  
68
/** @brief (DEPRECATED) Gets and compares all bom values.  Returns the index to the highest value element. **/
68
/** @brief (DEPRECATED) Wrapper function. See bom_refresh and bom_get_max **/
69 69
int get_max_bom(void);
70
/** @brief (DEPRECATED) Turns on all bom leds. **/
70
/** @brief (DEPRECATED) Wrapper function. See bom_leds_on. **/
71 71
void bom_on(void);
72
/** @brief (DEPRECATED) Turns off all bom leds. **/
72
/** @brief (DEPRECATED) Wrapper function. See bom_leds_off. **/
73 73
void bom_off(void);
74 74

  
75 75
/** @} **/

Also available in: Unified diff