This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
LED devices don't have delay_on/delay_off properties #62
Comments
You have to set My advice would be to implement your own blinking function rather than relying on the |
@dlech Is https://github.com/ev3dev/ev3dev/wiki/Using-the-LEDs out of date? It still has delay_on/off |
The leds class is part of the mainline linux kernel, so it has not changed and is not likely to. You can use the |
I suppose we should add a link to the issue I mentioned above to that page though. |
aleh-arol
added a commit
to aleh-arol/python-ev3
that referenced
this issue
Nov 7, 2015
…utes; force LED trigger mode flush on write.
topikachu
added a commit
that referenced
this issue
Jan 29, 2016
#62: add force flush meta attribute for ev3dev object attributes
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code in https://github.com/topikachu/python-ev3/blob/master/ev3/ev3dev.py#L464-465 exposes delay_on/off properties for the timing. Allthough:
The text was updated successfully, but these errors were encountered: