|
JeVois
1.23
JeVois Smart Embedded Machine Vision Toolkit
|
|

Go to the source code of this file.
Enumerations | |
| enum | AK09916_mode_e { AK09916_mode_power_down = 0x00 , AK09916_mode_single = (0x01 << 0) , AK09916_mode_cont_10hz = (0x01 << 1) , AK09916_mode_cont_20hz = (0x02 << 1) , AK09916_mode_cont_50hz = (0x03 << 1) , AK09916_mode_cont_100hz = (0x04 << 1) , AK09916_mode_self_test = (0x01 << 4) } |
| enum AK09916_mode_e |
| Enumerator | |
|---|---|
| AK09916_mode_power_down | |
| AK09916_mode_single | |
| AK09916_mode_cont_10hz | |
| AK09916_mode_cont_20hz | |
| AK09916_mode_cont_50hz | |
| AK09916_mode_cont_100hz | |
| AK09916_mode_self_test | |
Definition at line 4 of file AK09916_ENUMERATIONS.h.