Metadata-Version: 2.1
Name: pymata-express
Version: 1.8
Summary: A Python Protocol Abstraction Library For Arduino Firmata using Python asyncio
Home-page: https://mryslab.github.io/pymata-express/
Author: Alan Yorinks
Author-email: MisterYsLab@gmail.com
License: GNU Affero General Public License v3 or later (AGPLv3+)
Download-URL: https://github.com/MrYsLab/pymata-express
Description: 
        ## Pymata-express is a high performance, non-blocking, Python asyncio client for the Arduino Firmata Protocol.
        
        ## It supports the complete StandardFirmata protocol in addition to an enhanced version of StandardFirmata called FirmataExpress.
        
        ### Major Features
        
        * **Python 3.7+ compatible.**
        
        * **Fully documented [API.](http://htmlpreview.github.io/?https://github.com/MrYsLab/pymata-express/blob/master/documentation/api/pymata_express.html)**
        
        * **[User's Guide](https://mryslab.github.io/pymata-express/), Including Examples.**
        
        * **Implements 100% of the StandardFirmata Protocol (StandardFirmata 2.5.8).**
        
        * **Advanced auto-detection of Arduino devices (when using FirmataExpress).**
        
        * **[FirmataExpress](https://github.com/MrYsLab/FirmataExpress) (enhanced StandardFirmata sketch) adds support for:**
             * **HC-SR04 Ultrasonic Distance Sensors using a single pin.**
             * **Stepper Motors.**
             * **Piezo Tone Generation.**
             * **Baud rate of 115200**
        
Keywords: Firmata,Arduino,Protocol,Python,asyncio
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Topic :: Education
Classifier: Topic :: Home Automation
Description-Content-Type: text/markdown
