Project

General

Profile

Revision 1409

Added by Brad Neuman over 14 years ago

Changed BOM threshold to 120, seems to be helping for some robot and causing problems for others
hunter-prey is done except the hunting part

View differences:

lights.h
182 182

  
183 183
// ***** Setting RGB colors *****
184 184

  
185
/** @brief set the specified orb to a specified color **/
185
/** @brief set the specified orb to a specified color
186
* 	@deprecated This function indexes from 0 instead of 1 **/
186 187
void orb_n_set (uint8_t num, uint8_t red, uint8_t green, uint8_t blue);
187 188

  
188 189
/** @brief Set both orbs to a specified color **/
......
200 201

  
201 202
// ***** Settings predefined colors *****
202 203

  
203
/** @brief set the specified orb to the specified color **/
204
/** @brief set the specified orb to the specified color
205
* 	@deprecated This function indexes from 0 instead of 1 **/
204 206
void orb_n_set_color(uint8_t num, uint8_t col);
205 207

  
206 208
/** @brief Set orb1 to a specified color **/

Also available in: Unified diff