Eze Rodriguez
Results
2
issues of
Eze Rodriguez
Here is my code ```go package main import ( "log" "time" "gobot.io/x/gobot" "gobot.io/x/gobot/drivers/gpio" "gobot.io/x/gobot/platforms/raspi" ) func main() { r := raspi.NewAdaptor() servo := gpio.NewServoDriver(r, "11") work := func() { gobot.Every(10*time.Second,...
bug
Hi, First of all thanks for these amazing tools. I've an issue with my *Xiaomi Mijia (LYWSD03MMC)*. I've flashed the custom firmware v4.3 (and didn't change anything in the config)...