-
Notifications
You must be signed in to change notification settings - Fork 40
Minor: print statements in Example code fail on motor4.throttle #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
larryfast opened this issue
Jul 1, 2018
· 3 comments
· Fixed by adafruit/Adafruit_CircuitPython_Register#15
Closed
Minor: print statements in Example code fail on motor4.throttle #11
larryfast opened this issue
Jul 1, 2018
· 3 comments
· Fixed by adafruit/Adafruit_CircuitPython_Register#15
Comments
How is it failing? |
I traced this down:
The problem is actually that
So this is a CircuitPython bug. |
This needs to be fixed by fixing adafruit/circuitpython#984. Thanks for finding this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my test environment "motor4.throttle" fails.
examples/dc_motor.py: line 35
print("throttle:", motor4.throttle)
Looks like the getter (@properties) code isn't working as expected
Thanks for maintaining excellent demo code!
My environment:
Adafruit HUZZAH
CircuitPython version: adafruit-circuitpython-feather_huzzah-2.3.1.bin
Bundle: adafruit-circuitpython-bundle-2.3.1-mpy-20180630.zip
Bundle downloaded by ampy ... put lib
The text was updated successfully, but these errors were encountered: