Metadata-Version: 2.1
Name: tinycircuits-sx1505
Version: 0.0.3
Summary: SX1505 Joystick & Rotary Python library
Home-page: https://github.com/TinyCircuits/TinyCircuits-SX1505-Python
Author: TinyCircuits
Author-email: info@tinycircuits.com
License: UNKNOWN
Description: # TinyCircuits SX1505 Python
        
        This repository holds a python package and examples meant for using the TinyCircuits [Joystick Wireling](https://tinycircuits.com/collections/wireling-input-output/products/joystick-wireling) and [Rotary Wireling](https://tinycircuits.com/collections/wireling-input-output/products/rotary-switch-wireling) with a Raspberry Pi and Wireling Pi Hat.
        
        To install the package, use:
        
        ```
        pip3 install tinycircuits-sx1505
        ```
        
        or if your default is Python 3:
        
        ```
        pip install tinycircuits-sx1505
        ```
        
        Software written by: [TinyCircuits](https://tinycircuits.com/) for use with TinyCircuits hardware 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
