forked from jadonk/bonescript
-
Notifications
You must be signed in to change notification settings - Fork 9
analogWrite slow when writing the value 0 #53
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
Comments
Also having this issue |
vaishnavachath
added a commit
to vaishnavachath/bonescript
that referenced
this issue
Sep 12, 2018
Hi @Vaishnav98, I've tested your new code and so far it appears to be working fine. Thank you for your speedy fix :) |
Thank you @Aidan275 :) |
jadonk
pushed a commit
to jadonk/bonescript
that referenced
this issue
Aug 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Since upgrading from bonescript 0.6.3 to 0.7.0 I have found that the analogWrite method takes 2-5 seconds to write the value 0 after writing any other value greater than 0.
There is also a large delay when writing to any other value greater than 0 from 0.
Please see the example below which illustrates the issue.
The following code was run after boot on a BeagleBone Black in node v8.11.4 and with kernel 4.14.49-ti-r54.
The output from this code is:
If you exit nodejs after this and then run it again, the first write(0) calls also have a large delay (sometimes 15+ seconds for the first one).
Please let me know if you need anymore infromation from me.
Thanks
The text was updated successfully, but these errors were encountered: