mirror of
https://github.com/eclipse/upm.git
synced 2025-07-15 00:01:30 +03:00
Added Initial interface implementations
This commit is contained in:

committed by
Stefan Andritoiu

parent
6228498147
commit
3572a176c2
@ -189,6 +189,12 @@ TSL2561::getLux()
|
||||
return lux;
|
||||
}
|
||||
|
||||
float
|
||||
TSL2561::getLuminance()
|
||||
{
|
||||
return getLux();
|
||||
}
|
||||
|
||||
|
||||
mraa::Result
|
||||
TSL2561::i2cWriteReg (uint8_t reg, uint8_t value)
|
||||
|
Reference in New Issue
Block a user