firmata4j
firmata4j copied to clipboard
setValue in v2.3.9 not setting digital output correctly.
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:
- The PinBoard example
- My own example (https://www.yorku.ca/professor/drsmith/2022/02/25/easy-java-arduino-with-firmata/#BlinkingLED)
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