mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/bh1750fvi: fix typos
This commit is contained in:
parent
a62797e8ba
commit
54831bbb6e
@ -28,7 +28,7 @@ extern "C" {
|
||||
* @brief Result divisor (1.2 times 65535)
|
||||
*
|
||||
* The 16-bit RAW results have to be divided by 1.2. We do this by using fixed
|
||||
* floating point arithmetics by multiplying divisor and RAW value by 65535 (
|
||||
* floating point arithmetic by multiplying divisor and RAW value by 65535 (
|
||||
* uint16_t max).
|
||||
*/
|
||||
#define RES_DIV (78642)
|
||||
|
Loading…
Reference in New Issue
Block a user