Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Releases: MrYsLab/pymata-aio

Incorporated pull reqest #74 into a separate pypi release

23 Aug 15:53
Compare
Choose a tag to compare

Incorporated pull request #74 into a new pypi release

Incorporate pull request #74 and general cleanup

12 Aug 23:39
Compare
Choose a tag to compare

This release incorporates pull request #73. Corrected an unawaited sleep and some general code cleanup.

Allow latest version of pyserial to be used

05 Jul 19:01
Compare
Choose a tag to compare

There are no code changes for this release. setup.py was modified to install the latest version of pyserial.

Fix For Issue #70 - FirmataPlus Users Must Upgrade To Latest Release

04 Jul 18:28
Compare
Choose a tag to compare

Constants are now correctly in sync with StandardFirmata. Can set PULLUP when setting the pin mode.

Increased timeout value to retrieve analog map from Arduino

15 Jun 21:45
Compare
Choose a tag to compare

Some users were reporting timeouts occurring early, but an increase the timeout from 2 to 4 seconds fixed the problem. This release increases the timeout value.

Typo fixes and updates to support the new pypi.org page

08 Apr 15:30
Compare
Choose a tag to compare

Pull request #65 merged. Added markdown file for pypi.org. Corrected licensing in setup.py.

No functional changes other than the changes to the example changes in the pull request.

Fixes bug for receiving data from Mega 2560 analog pin 15

29 Sep 01:51
Compare
Choose a tag to compare

Only had recognized data for pins 0 - 14. Now is able to handle all 16 analog pins.

Release 2.18

17 Sep 20:39
Compare
Choose a tag to compare

Fixed typos and printout for version number when pymata-aio starts.

Version 2.17

17 Sep 19:58
Compare
Choose a tag to compare

Modified callback return value. Changed from a list of 2 elements to a list of 3 elements. See this wiki page for details. Existing applications should not need to be changed.

Changed licensing from GPL version 3 to GPL Affero version 3

Added Timeout for get_firmware_version()

24 Aug 15:19
Compare
Choose a tag to compare

At the startup of pymata_aio, get_firmware_version is called. If there is no reply within 2 seconds, the application will exit with an error message to the console