We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcc11f commit 02e24a7Copy full SHA for 02e24a7
adafruit_si1145.py
@@ -64,7 +64,7 @@ class SI1145:
64
"""Driver for the SI1145 UV, IR, Visible Light Sensor."""
65
66
_device_info = Struct(SI1145_PART_ID, "<BBB")
67
- _ucoeff_0 = Struct(_COEFF_0, "<B") # TODO: const(coeff)
+ _ucoeff_0 = Struct(_COEFF_0, "<B")
68
_ucoeff_1 = Struct(_COEFF_1, "<B")
69
_ucoeff_2 = Struct(_COEFF_2, "<B")
70
_ucoeff_3 = Struct(_COEFF_3, "<B")
0 commit comments