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

Commit

Permalink
Version 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Sep 17, 2017
1 parent 032b5b5 commit d72420b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
![logo](https://raw.github.com/MrYsLab/pymata-aio/master/documentation/images/logo.png)
======

##pymata_aio is a high performance, non-blocking, Python asyncio client for the Firmata Protocol that supports the complete StandardFirmata protocol.
## pymata_aio is a high performance, non-blocking, Python asyncio client for the Firmata Protocol that supports the complete StandardFirmata protocol.

[![Join the chat at https://gitter.im/MrYsLab/pymata-aio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/MrYsLab/pymata-aio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

###Changes From Verion 2.16 to 2.17
### Changes From Verion 2.16 to 2.17

* Licensing changed from GPL V3 to GPL Affero V3
* Callbacks now report pin type. See [this wiki page](https://github.com/MrYsLab/pymata-aio/wiki/Digital-And-Analog-Data-Reporting-Callback--Usage-Guidelines)
for details. __*Note this should not be a breaking change.*__ All existing applications should be able to run without
modification.


###Major features
### Major features

* __Python 3.5+__ compatible.
* **Implements [PEP 492](https://www.python.org/dev/peps/pep-0492/)**
Expand Down

0 comments on commit d72420b

Please sign in to comment.