hybridgroup/gobot

roadmap(AIO): use variadic constructor functions to allow for additional params, similar to i2c drivers

Closed this issue · 1 comments

Implementing with the architecture according to Uber Go Style Guide seems to have some advantages over the currently used "func(object)" style in i2c package, so I will going in this direction. As far as I can see, the gpiod project also use this approach (slightly adjusted).

fix released with v2.3.0