Releases: adafruit/Adafruit_Blinka
Release list
more neopixel-on-raspi only
Other platforms wont try to install rpi_ws281x
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Update requirements for neopixel to raspi only
Other platforms wont try to install rpi_ws281x
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fixed missing neopixel dependancies
Fixed missing neopixel dependancies
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
NeoPixel support added for Raspberry Pi
NeoPixel support added for Raspberry Pi
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Add second SPI port names
Merge pull request #29 from ladyada/master add support for second SPI - tested!
Add write_then_readinto function for linux
Linux requires a single IOCTL for repeated start i2c calls, we now support it using writeto_then_readfrom()
Also an SPI bugfix
Update to SPI
I2C and SPI fixes to bring more in line with busio
Updates to politely cope with strings of bytes and add start/end.
SPI write_readinto
SPI hardware write_readinto working. Tested on MCP3008.
Fix for unsupported boards
Fixes invalid machine import on Travis.