DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

Fix lack of return value #248

Closed CleoQc closed 5 years ago

CleoQc commented 5 years ago

As set_grove_pwm_duty() doesn't return a value, let's not assign it. The documentation was already reflecting the proper situation, no return value.