am a58556d7
: Add support for colored jogball (adds hardware flash mode)
Merge commit 'a58556d7d8919ca193ec894b3f8553357bbbccc4' into eclair-mr2 * commit 'a58556d7d8919ca193ec894b3f8553357bbbccc4': Add support for colored jogball (adds hardware flash mode)
This commit is contained in:
commit
97bba48017
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ __BEGIN_DECLS
|
|||
*/
|
||||
#define LIGHT_FLASH_TIMED 1
|
||||
|
||||
/**
|
||||
* To flash the light using hardware assist, set flashMode to
|
||||
* the hardware mode.
|
||||
*/
|
||||
#define LIGHT_FLASH_HARDWARE 2
|
||||
|
||||
/**
|
||||
* The parameters that can be set for a given light.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue