Ron Evans

Results 827 comments of Ron Evans

So one important question @stuomas is have you installed pi-blaster in order to use PWM on the Raspi? https://github.com/hybridgroup/gobot/tree/master/platforms/raspi#enabling-pwm-output-on-gpio-pins You can now install pi-blaster using Gort, by install Gort on...

Well, the assumption behind this particular driver is to have an LED that can support all of the RGB colors, which requires PWM. That should probably be documented upfront. That...

Hi @NomadMaker the PWM mapping of the Raspi Adaptor expects that pi-blaster is installed. Can you please open a GH issue on Gort repo with details about your pi-blaster install...

Hi @nathanhack hank you for this contribution. We just merged a fix for the Travis build problems which are unrelated to your PR. Could you please rebase your PR against...

Hi @Remo thanks for the comments. Seems like a good idea to implement. Regarding optional arguments, the best way to handle this is using variadic configuration ala https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis Gobot's i2c...

Needs an update to the latest version of the `go.bug.st/serial` package. A PR adding this would be gladly accepted! :)

Well, in that case I am closing this issue :sob: All joking aside, I think this is a duplicate of https://github.com/hybridgroup/gobot/issues/152 Bottom line is I need to work on this!

Please see https://github.com/hybridgroup/gobot/pull/776 thanks!

Hmm, it is a breaking change, but not a very large one. I'd say, let's go for it unless anyone else objects.

Hello @barrowkwan I believe you have run into https://github.com/hybridgroup/robeaux/issues/22