This fixes issue 87 and updates the FirmataPlus copyright strings in the Frimatat Plus source files. There are no coding changes to the FirmataPlus files.
2.27
Fixed warnings in FirmataPlus scripts for Default warning level in Arduino IDE. Fixed issue 85 Using current Arduino IDE, FirmataPlus.ino gives warnings when compiled. Fixed issue 86 Rotary Encoder support not functioning. Added some example code for the rotary encoder, simple digital and analog input. Added a command utility to list the serial ports to help debug. This is automatically installed with pymata-aio. Just type list_serial_ports in a console to see the serial ports.
2.26
This release addresses issues 81, 82, 83, 84. The default value for the parameter value arduino_wait was increased to 4 seconds to accommodate startup problems some Windows computers have been having of late.
Some code cleanup was performed as well.
2.25
Incorporated pull request 74 into a new pypi release
2.24
This release incorporates pull request 73. Corrected an unawaited sleep and some general code cleanup.