Skip to content

Commit 9437a0c

Browse files
authored
fix format error / removes my additional comments
1 parent cbb2750 commit 9437a0c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/BH1750autoadjust/BH1750autoadjust.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ lux < 10 ==> MTreg = 138
1212
Remember to test your specific sensor! Maybe the MTreg value range from 31
1313
up to 254 is not applicable to your unit.
1414
15-
A calculated theoretical example of the minimum resolution and maximum lx values:
16-
At CONTINUOUS_HIGH_RES_MODE and ONE_TIME_HIGH_RES_MODE,
17-
with BH1750_MTREG_MIN, BH1750_DEFAULT_MTREG and BH1750_MTREG_MAX:
18-
setMTreg( 31) ==> min.: 1.85 lx, max.: 121556.85 lx
19-
setMTreg( 69) ==> min.: 0.83 lx, max.: 54612.50 lx
20-
setMTreg(254) ==> min.: 0.23 lx, max.: 14835.68 lx
21-
22-
At CONTINUOUS_HIGH_RES_MODE_2 and ONE_TIME_HIGH_RES_MODE_2,
23-
with BH1750_MTREG_MIN, BH1750_DEFAULT_MTREG and BH1750_MTREG_MAX:
24-
setMTreg( 31) ==> min.: 0.93 lx, max.: 60778.43 lx
25-
setMTreg( 69) ==> min.: 0.42 lx, max.: 27306.25 lx
26-
setMTreg(254) ==> min.: 0.11 lx, max.: 7417.84 lx
27-
2815
Connections
2916
3017
- VCC to 3V3 or 5V

0 commit comments

Comments
 (0)