Since the initial release of this module PiicoDev has consolidated into a property-driven set of methods eg. .firmware and .led instead of setter and getter functions.
Consolidate these properties when releasing firmware for the v20 buzzer in April '23
for example:
the buzzer uses the .pwrLED() whereas more recent smart modules all use the .led property.
Since the initial release of this module PiicoDev has consolidated into a property-driven set of methods eg.
.firmwareand.ledinstead of setter and getter functions.Consolidate these properties when releasing firmware for the v20 buzzer in April '23
for example:
the buzzer uses the
.pwrLED()whereas more recent smart modules all use the.ledproperty.