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)
|
* @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
|
* 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).
|
* uint16_t max).
|
||||||
*/
|
*/
|
||||||
#define RES_DIV (78642)
|
#define RES_DIV (78642)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user