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

Releases: MrYsLab/pymata-aio

Added Support For SET_DIGITAL_PIN_VALUE Firmata command

31 Jul 19:16
Compare
Choose a tag to compare

Minor bug fixes and FirmataPlus Updates

29 Jul 20:03
Compare
Choose a tag to compare

Added additional Arduino Board Discovery Support

21 Apr 21:09
Compare
Choose a tag to compare

In addition, setup.py forces fixed versions of pyserial and autobhan to be loaded.

Added additional Arduino Board Discovery Support

21 Apr 20:57
Compare
Choose a tag to compare

In addition force specific versions of pyserial and autobhan

Assure all data sent to firmata consists of 7 bit bytes

18 Feb 13:51
Compare
Choose a tag to compare

Mask all data with 0x7f prior to transmission to firmata

Additional Fixes for Sonar Feature

11 Feb 18:44
Compare
Choose a tag to compare

Sonar required some additional changes to function properly.

Fixes for Sonar support

09 Feb 21:05
Compare
Choose a tag to compare

This release addresses the problems of issue #35 and issue #36 .

Windows Fixes, Code Cleanup

07 Dec 12:29
Compare
Choose a tag to compare

This release resolves issue #32, fixes an issue with data latches and provides general code cleanup.

Pixy Cam Support Added, some updates and fixes

09 Nov 18:09
Compare
Choose a tag to compare

v2.6 Keepalive feature added

13 Oct 20:30
Compare
Choose a tag to compare

A new feature has been added. To use this feature you must use either FirmataPlus or FirmataPlusRB. The keep alive feature sends a periodic keepalive message to the arduino (the period length can be from 1 to 10 seconds and is configurable as a parameter in the new keep_alive method. The arduino expects to see the message within the period time frame, and if it does not, it resets itself.

Once keep_alive has been actuated, it can be turned off by specifying a period of zerio.