Skip to content

Releases: adafruit/Adafruit_Blinka

Added Raspberry Pi Compute Module Support

19 Jul 21:17
a7bcbc4
Compare
Choose a tag to compare

This release should allow Computer Modules CM1, CM3, and CM3+ to work.

Added more Pins and I2C ports for DragonBoard 410c

26 Jun 22:24
fd24465
Compare
Choose a tag to compare

Added alternate pin names for DragonBoard 410c as well as exposed both I2C ports.

Add DragonBoard 410c

26 Jun 02:58
6c1002e
Compare
Choose a tag to compare

DragonBoard 410c added to Blinka

SPI Fixes for Orange Pi R1 and Odroid C2

12 Jun 15:22
f02d248
Compare
Choose a tag to compare

SPI fixes for Orange Pi R1 and Odroid C2 that weren't included in the initial releases.

Fixes Missing Module Error on Odroid C2

11 Jun 02:16
3395c82
Compare
Choose a tag to compare

Fixes the the ImportError: No module named 'adafruit_blinka.microcontroller.amlogic' error when trying to use on Odroid C2

Raspberry Pi with Arm64 works with BLINKA_FORCEBOARD

10 Jun 02:52
d256bff
Compare
Choose a tag to compare

Raspberry Pi boards on arm64 now work with BLINKA_FORCEBOARD. Thanks @satmandu

Removed Odroid C2 from pulseio

06 Jun 23:37
d21a7c5
Compare
Choose a tag to compare

Odroid C2 was removed from Pulseio

Added Odroid C2 Support

06 Jun 21:17
ba7ff5e
Compare
Choose a tag to compare

Blinka now supports the Odroid C2 Board

Added property to period method

06 Jun 20:50
310cae1
Compare
Choose a tag to compare

Added property to period method. Thanks @brentru.

Minor Fix for SAMA5 Pin

06 Jun 20:46
8a62a97
Compare
Choose a tag to compare

Minor Fixes:

  • Fix PB7 Linux pin number for SAMA5. Thanks @Groguard