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

Releases: MrYsLab/PyMata

Fix for issue #45

17 Sep 14:57
Compare
Choose a tag to compare

Add support for digital input PULLUP - FirmartaPlus Users Must Upgrade To Latest Release

04 Jul 17:53
Compare
Choose a tag to compare

Correctly sets pin mode for a digital input PULLUP configuration

Updated setup.py for affero license.

02 Oct 16:10
Compare
Choose a tag to compare

Cleanup and added API documentation to Wiki

02 Oct 15:57
Compare
Choose a tag to compare

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

18 Mar 19:49
Compare
Choose a tag to compare

Add BH1750 i2c examples and updated copyright notices.

Bug Fix Release

03 Sep 12:41
Compare
Choose a tag to compare

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

18 Feb 13:02
Compare
Choose a tag to compare

This release assures that all data sent to Firmata is restricted to 7 bit bytes.

Performance fix

07 Dec 13:57
Compare
Choose a tag to compare
2.11

Implemented gengshenghong's performance fix

Issue #19 Fix

30 Jul 11:53
Compare
Choose a tag to compare

This release adds a small delay to the pymata_serial loop as suggested in issue 19.

Bump of version number to keep pip happy.

25 Jun 18:03
Compare
Choose a tag to compare

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.