Skip to content

Releases: adafruit/Adafruit_Blinka

Initial Beagle Bone Black support

22 Nov 20:56
35d5df3
Compare
Choose a tag to compare

Basic gpio toggling, I2C and SPI seem to work!

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

more neopixel-on-raspi only

09 Sep 02:48
0833ab4
Compare
Choose a tag to compare

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

08 Sep 21:41
7222f31
Compare
Choose a tag to compare

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

31 Aug 19:53
39fc217
Compare
Choose a tag to compare

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

31 Aug 18:20
908c80c
Compare
Choose a tag to compare

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

22 Aug 15:38
96a325a
Compare
Choose a tag to compare
Merge pull request #29 from ladyada/master

add support for second SPI - tested!

Add write_then_readinto function for linux

19 Aug 20:02
b0a7115
Compare
Choose a tag to compare

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

17 Aug 15:36
1df0d52
Compare
Choose a tag to compare

Allows for MOSI and MISO to be none.

I2C and SPI fixes to bring more in line with busio

13 Aug 14:23
718851c
Compare
Choose a tag to compare

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

SPI write_readinto

25 Jul 16:01
c3be159
Compare
Choose a tag to compare
SPI write_readinto Pre-release
Pre-release

SPI hardware write_readinto working. Tested on MCP3008.