Releases: adafruit/Adafruit_Blinka
Releases · adafruit/Adafruit_Blinka
Added Raspberry Pi Compute Module Support
This release should allow Computer Modules CM1, CM3, and CM3+ to work.
Added more Pins and I2C ports for DragonBoard 410c
Added alternate pin names for DragonBoard 410c as well as exposed both I2C ports.
Add DragonBoard 410c
DragonBoard 410c added to Blinka
SPI Fixes for Orange Pi R1 and Odroid C2
SPI fixes for Orange Pi R1 and Odroid C2 that weren't included in the initial releases.
Fixes Missing Module Error on Odroid C2
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
Raspberry Pi boards on arm64 now work with BLINKA_FORCEBOARD. Thanks @satmandu
Removed Odroid C2 from pulseio
Odroid C2 was removed from Pulseio
Added Odroid C2 Support
Blinka now supports the Odroid C2 Board
Added property to period method
Added property to period
method. Thanks @brentru.
Minor Fix for SAMA5 Pin
Minor Fixes:
- Fix PB7 Linux pin number for SAMA5. Thanks @Groguard