-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
setValue in v2.3.9 not setting digital output correctly. #62
Comments
Hi James, Thank you for reporting this issue. Probably this logic was broken in #59. I have merged it together with some other changes without proper testing in hope that it fixes #37. I will roll back 7d89ad9 and look for another way to fix the issue. I have seen your awesome blog posts on Arduino projects at York University some time ago and was pleased you used firmata4j. Thank you, sir, for your teaching and for publishing educational blog posts like this for people around the world. With best regards, |
Thanks! |
Hi. I ran an initial test with the updated files and, while the board connects, it doesn't seem to change the output state of one of the digital pins. I have to put it aside for now and will come back to it and check again. |
Hi,
First, I need to say that I've enjoyed Firmata4j immensely and have been using it with my students here at York University. Thank you for your work.
I'm testing out the 2.3.9 snapshot and it seems that the digital output setValue() method isn't working correctly. I've tried it in two scenarios:
I've got an LED attached to pin D4 on my Arduino board. Using the 2.3.8 release, it blinks fine. However, in the 2.3.9 snapshot the board connects but the LED doesn't blink.
I can confirm that the analog input seems to work on the A0 (pin 14) in the PinBoard example in the 2.3.9 snapshot, however.
James
The text was updated successfully, but these errors were encountered: