You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow for non direct GPIO usage like via USB/I2C/etc, the motors' c'tors should take PWMOut or DigitalInOut objects where applicable; not board.<Pin_numbers>. This also better allows for compatibility with MicoPython via new included helpers or other objects made to be PWMOut-like wrapper classes.
The text was updated successfully, but these errors were encountered:
To allow for non direct GPIO usage like via USB/I2C/etc, the motors' c'tors should take
PWMOut
orDigitalInOut
objects where applicable; not board.<Pin_numbers>. This also better allows for compatibility with MicoPython via new included helpers or other objects made to bePWMOut
-like wrapper classes.The text was updated successfully, but these errors were encountered: