zhuzhe1983 / blinkt

Python Library for Blinkt; 8 APA102 LEDs for your Jetson Nano

Home Page:https://shop.pimoroni.com/products/blinkt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blinkt!

Build Status Coverage Status PyPi Package Python Versions

https://shop.pimoroni.com/products/blinkt

Eight super-bright RGB LED indicators, ideal for adding visual notifications to your Jetson Nano on their own or on a pHAT stacking header.

Installing

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-blinkt

other environments:

sudo pip3 install blinkt

Library install for Python 2:

on Raspbian:

sudo apt-get install python-blinkt

other environments:

sudo pip2 install blinkt

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

Documentation & Support

Unofficial / Third-party libraries

About

Python Library for Blinkt; 8 APA102 LEDs for your Jetson Nano

https://shop.pimoroni.com/products/blinkt

License:MIT License


Languages

Language:C 79.4%Language:Python 13.5%Language:Shell 5.5%Language:CSS 0.6%Language:Makefile 0.4%Language:Dockerfile 0.2%Language:C++ 0.2%Language:HTML 0.1%