Project

General

Profile

Revision 716

trying to get lbom code to work

View differences:

lbom.h
46 46
/** @brief Sets up the LBOM to be used. **/
47 47
void bom_init(char type);
48 48
/** @brief Turns the LBOM on. **/
49
void bom_on(void);
49
void bom_on(char type);
50 50
/** @brief Turns the LBOM off. **/
51 51
void bom_off(void);
52 52
/** @brief Sets which LEDs are in use. **/

Also available in: Unified diff