Open
Description
Comparing
with https://circuitpython.readthedocs.io/en/5.0.x/docs/design_guide.html#sensor-properties-and-units there are a few type mismatches:color
-f
vs int (32bit is used inAdafruitColor()
)duty_cycle
-f
vs int (16bit int?)frequency
-f
vs intvalue
-f
vs a "union" of int (16 bit) /bool