Metadata-Version: 2.1
Name: DIYables_Pico_Joystick
Version: 0.1.0
Summary: Joystick Library for with Raspberry Pi Pico, created by DIYables
Home-page: https://diyables.io
Author: DIYables
Author-email: DIYables.io@gmail.com
Classifier: Programming Language :: Python :: Implementation :: MicroPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Joystick Library for Raspberry Pi Pico - DIYables_Pico_Joystick
This MicroPython library is designed for Raspberry Pi Pico to make it easy to use with joystick. It is easy to use for not only beginners but also experienced users... 

It is created by DIYables to work with DIYables Joystick, but also work with products from other brands. Please consider purchasing products from [DIYables Store on Amazon](https://amazon.com/diyables) to support our works.



Features
----------------------------
* Works with any Raspberry Pi Pico board.

Product Link
----------------------------
* [Joystick](https://diyables.io/products/joystick)
* [Sensor Kit](https://diyables.io/products/sensor-kit)



Available Functions
----------------------------
* __init__(pin_x, pin_y, pin_button, mode=Pin.PULL_UP)
* read_x()	
* read_y()	
* read_button_state()
* is_pressed()
* is_released()
* get_press_count()
* set_press_count_mode(mode)
* reset_press_count()
* set_debounce_time(time_ms)
* loop()



Available Examples
----------------------------
* main.py



Tutorials
----------------------------
* [Raspberry Pi Pico - Joystick](https://newbiely.com/tutorials/raspberry-pico/raspberry-pi-pico-joystick)



References
----------------------------
* [Raspberry Pi Pico - Joystick Library](https://newbiely.com/tutorials/raspberry-pico/raspberry-pi-pico-joystick-library)
