pimoroni / sn3218-python

Python library for the sn3218 18-channel constant current LED driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SN3218

Build Status Coverage Status PyPi Package Python Versions

Pre-requisites

You must enable:

  • i2c: sudo raspi-config nonint do_i2c 0

You can optionally run sudo raspi-config or the graphical Raspberry Pi Configuration UI to enable interfaces.

Installing

Stable library from PyPi:

  • Just run python3 -m pip install sn3218

In most cases you'll need to run this in a virtual Python environment.

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/sn3218-python
  • cd sn3218-python
  • ./install.sh --unstable

About

Python library for the sn3218 18-channel constant current LED driver

License:MIT License


Languages

Language:Shell 66.7%Language:Python 25.4%Language:Makefile 8.0%