rainbowhat 0.1.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

rainbowhat 0.1.0

Rainbow HAT is a flexible IO exploration board with multiple devices
covering i2c, SPI, generic GPIO.
This repository contains the Pimoroni Python driver for Rainbow HAT, for
use with Raspbiban on your Raspberry Pi.
For the official AndroidThings driver see:
https://github.com/androidthings/contrib-drivers/tree/master/rainbowhat

Installation
Full install ( recommended ):
We’ve created a super-easy installation script that will install all
pre-requisites and get your Rainbow HAT up and running in a jiffy. To
run it fire up Terminal which you’ll find in Menu -> Accessories ->
Terminal on your Raspberry Pi desktop like so:



In the new terminal window type:
curl https://get.pimoroni.com/rainbowhat | bash
If you choose to download examples you’ll find them in
/home/pi/Pimoroni/rainbowhat.
Library install for Python 3:
on Raspbian:
sudo apt-get install python3-rainbowhat
other environments:
sudo pip3 install rainbowhat
Library install for Python 2:
on Raspbian:
sudo apt-get install python-rainbowhat
other environments:
sudo pip2 install rainbowhat


Documentation & Support

Getting started - http://learn.pimoroni.com/tutorial/sandyj/getting-started-with-rainbow-hat-in-python
GPIO Pinout - https://pinout.xyz/pinout/rainbow_hat
Get help - http://forums.pimoroni.com/c/support



0.1.0

Change: Pressure readings now output as hPa rather than Pa
Change: Removed hard calls to exit() to fix behaviour in IDLE
Change: Defer device setup until methods are called
Fix: Added delay to APA102 output to fix instability under high load



0.0.2

Bugfix: Fixed length calculation in print_number_str



0.0.1

Initial release

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.