This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
Releases: MrYsLab/PyMata
Releases · MrYsLab/PyMata
Fix for issue #45
Add support for digital input PULLUP - FirmartaPlus Users Must Upgrade To Latest Release
Correctly sets pin mode for a digital input PULLUP configuration
Updated setup.py for affero license.
No code changes.
Cleanup and added API documentation to Wiki
Incorporated pull request 33.
Added new API documentation to the wiki.
Changed licensing from GNU GPL V3 to GNU AFFERO GPL V3
Added BH1750 Examples
Add BH1750 i2c examples and updated copyright notices.
Bug Fix Release
This release fixes some mismatches of constant values introduced with the latest FirmataPlus sketches. If you are not using FirmataPlus, you do not need to update to this version.
Bug Fix Release
This release assures that all data sent to Firmata is restricted to 7 bit bytes.
Performance fix
2.11 Implemented gengshenghong's performance fix
Issue #19 Fix
This release adds a small delay to the pymata_serial loop as suggested in issue 19.
Bump of version number to keep pip happy.
Pip considers "a" in a version number as alpha so the version was bumped to 2.08. No changes from 2.07a other than the version number.