Releases: adafruit/Adafruit_Blinka
Releases · adafruit/Adafruit_Blinka
Fix Olimex LIME2 Import
Fix Raspberry Pi 1B import paths in JSON
What's Changed
- Update board imports to use correct RPI1 module names #1049 by @stonehippo
- Add pre-commit hook for checking JSON #1048 by @tekktrik
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
JSON files are now included when installed with PIP
What's Changed
- Add json files to GitHub Actions build section #1045 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix missing JSON files when installed with PIP
What's Changed
- Add json files to package_data in setup.py #1044 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Restructured to use JSON for Boards and Microcontrollers
What's Changed
- Jsonify Boards and Chips for easier importing #1040 by @makermelissa
- Microcontroller restructure #1042 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Added support for other Pico 2, Orange Pi 5 Ultra and improved I2C scan logic
What's Changed
- Update for Pico W, Pico 2, and Pico 2 W #1041 by @makermelissa
- Add support for Orange Pi 5 Ultra #1034 by @GuLinux
- i2c scan logic change #1038 by @mikeysklar
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Added BananaPi P2 Pro Support
Fix 32-bit libgpiod_pulsein and Doc updates
What's Changed
- Compiled libgpiod_pulsein with static linking to fix missing library #1032 by @makermelissa
- docs: add
python3-devtobuild.apt_packagesin RTD config #1028 by @2bndy5 - docs: update build CI status badge in README #1029 by @2bndy5
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Added Luckfox Pico Ultra board
Fix libgpiod_pulsein on Trixie
What's Changed
- Compiled libgpiod_pulsein64 with static linking to fix missing library #1019 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.