Skip to content

Releases: adafruit/Adafruit_Blinka

more neopixel-on-raspi only

Choose a tag to compare

@ladyada ladyada released this 09 Sep 02:48
0833ab4

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

Choose a tag to compare

@ladyada ladyada released this 08 Sep 21:41
7222f31

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

Choose a tag to compare

@ladyada ladyada released this 31 Aug 19:53
39fc217

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

Choose a tag to compare

@ladyada ladyada released this 31 Aug 18:20
908c80c

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

Choose a tag to compare

@ladyada ladyada released this 22 Aug 15:38
96a325a
Merge pull request #29 from ladyada/master

add support for second SPI - tested!

Add write_then_readinto function for linux

Choose a tag to compare

@ladyada ladyada released this 19 Aug 20:02
b0a7115

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

Choose a tag to compare

@kattni kattni released this 17 Aug 15:36
1df0d52

Allows for MOSI and MISO to be none.

I2C and SPI fixes to bring more in line with busio

Choose a tag to compare

@kattni kattni released this 13 Aug 14:23
718851c

Updates to politely cope with strings of bytes and add start/end.

SPI write_readinto

SPI write_readinto Pre-release
Pre-release

Choose a tag to compare

@brentru brentru released this 25 Jul 16:01
c3be159

SPI hardware write_readinto working. Tested on MCP3008.

Fix for unsupported boards

Pre-release

Choose a tag to compare

@tannewt tannewt released this 02 Jul 23:33
998befb

Fixes invalid machine import on Travis.