mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00
doxygen: added documentation to new public methods
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
@ -64,7 +64,7 @@ MAX44000::getProximity () {
|
||||
uint16_t
|
||||
MAX44000::getAmbient () {
|
||||
uint16_t data = 0;
|
||||
|
||||
|
||||
data = (i2cReadReg_8 (ALSDATA_HIGH) & 0x7F) << 8;
|
||||
data = data | i2cReadReg_8 (ALSDATA_LOW);
|
||||
|
||||
|
Reference in New Issue
Block a user