Skip to content

Releases: adafruit/Adafruit_Blinka

Fix for packaging to include libgpiod_pulsein

Choose a tag to compare

@ladyada ladyada released this 18 Mar 18:49
c8052d0

Thanks to @cpforbes for the fix! :)

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Add NVidia Jetson support

Choose a tag to compare

@ladyada ladyada released this 14 Mar 18:24
b459cd1

We now have support for various Tegra chips and boards

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Ensure that the write_value passed into SPI readinto is actually used

Choose a tag to compare

@ladyada ladyada released this 25 Feb 19:56
a97887f

Thanks to @gbrown128 #85

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Pi 1 i2c fix

Choose a tag to compare

@ladyada ladyada released this 30 Jan 04:59
1fa1c96

(re-release with incremented number)
We now use the i2c port 0 on the very first raspi's

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Add 26 pin RasPi 1 support

Choose a tag to compare

@ladyada ladyada released this 30 Dec 00:52
012a2e3

Should now work on the two 26-pin Raspberry Pi Model B's (original Pi's)

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Re-factor to use nice platform detection, now works on all 40-pin Pi's

Choose a tag to compare

@ladyada ladyada released this 21 Dec 18:48
6586729

We now have a helper program to do the joyful work of platform detection. Tested on all 40-pin modern Pi's such as the Zero, 2B, 1B+, 3B+

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Add Allwinner + OrangePiPC support, fix NeoPixel RGBW, libgpiod digitalio

Choose a tag to compare

@ladyada ladyada released this 03 Dec 21:19
cded5ff

Fixed RGBW NeoPixels for Raspberry Pi, added libgpiod digitalio implementation, started Allwinner H3 support, and added basic i2c/spi/digital support for Orange Pi PC

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Fixes for Raspi I2C/SPI

Choose a tag to compare

@ladyada ladyada released this 26 Nov 20:57
41a79d5

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

0.3.1: Merge pull request #51 from ladyada/master

Choose a tag to compare

@ladyada ladyada released this 26 Nov 18:23
a19faf6

Make I2C/SPI interface files for linux generic! Also fix broken 0.3.0

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Initial Beagle Bone Black support

Choose a tag to compare

@ladyada ladyada released this 22 Nov 20:56
35d5df3

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.