Metadata-Version: 2.1
Name: picod
Version: 0.0.0.0
Summary: Raspberry Pi pico module
Home-page: UNKNOWN
Author: joan
Author-email: joan@abyz.me.uk
Maintainer: joan
Maintainer-email: joan@abyz.me.uk
License: unlicense.org
Keywords: gpio,i2c,serial,spi,pwm,servo
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# rpico Package

rpico is a module which allows control of a Raspberry Pi Pico microcontroller.

## Features

* reading and writing GPIO singly and in groups
* hardware PWM
* callbacks on GPIO level change
* I2C wrapper
* SPI wrapper
* serial link wrapper


