Closed gen2thomas closed 1 year ago
e.g. motorHatAddress = 0x60, servoHatAddress = 0x40 should be splitted into a default constant and an attribute inside the struct "AdafruitMotorHatDriver"
motorHatAddress = 0x60
servoHatAddress = 0x40
the init function prevents activating the linter "gochecknoinits"
available since v2.2.0
e.g.
motorHatAddress = 0x60
,servoHatAddress = 0x40
should be splitted into a default constant and an attribute inside the struct "AdafruitMotorHatDriver"the init function prevents activating the linter "gochecknoinits"