Skip to content

Releases: adafruit/Adafruit_Blinka

Update to PyProject plus many bug fixes

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:02
37a4ff5

What's Changed

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Add busio.UART for linux plus more bug fixes and features

Choose a tag to compare

@github-actions github-actions released this 21 Apr 18:29
2551cd5

What's Changed

  • Wrap PySerial inside busio.UART for Linux platforms #1106 by @makermelissa-piclaw
  • Add usb_hid keyboard example and link in docs #1105 by @makermelissa-piclaw
  • Add in_waiting property to busio.UART #1104 by @makermelissa-piclaw
  • I2C writeto_then_readfrom in a single transaction on u2if #888 by @ryanmesh-sd
  • Change New Board Request to start new discussion #1054 by @makermelissa
  • update ReadTheDocs build to ubuntu-lts-latest and general Python 3, not a specific python version #1053 by @dhalbert

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Fix Olimex LIME2 Import

Choose a tag to compare

@github-actions github-actions released this 25 Mar 18:59
f799653

What's Changed

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Fix Raspberry Pi 1B import paths in JSON

Choose a tag to compare

@github-actions github-actions released this 20 Mar 19:07
dc14a9b

What's Changed

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

Choose a tag to compare

@github-actions github-actions released this 13 Mar 00:31
4321517

What's Changed

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

Choose a tag to compare

@github-actions github-actions released this 12 Mar 21:35
64e33ce

What's Changed

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

Choose a tag to compare

@github-actions github-actions released this 12 Mar 17:31
63fb7ed

What's Changed

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

Choose a tag to compare

@github-actions github-actions released this 02 Mar 06:01
f393fd8

What's Changed

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Added BananaPi P2 Pro Support

Choose a tag to compare

@github-actions github-actions released this 31 Dec 17:42
6a4f208

What's Changed

To use in CPython, pip3 install adafruit-blinka.

Read the docs for info on how to use it.

Fix 32-bit libgpiod_pulsein and Doc updates

Choose a tag to compare

@github-actions github-actions released this 18 Dec 23:00
f3f1a37

What's Changed

  • Compiled libgpiod_pulsein with static linking to fix missing library #1032 by @makermelissa
  • docs: add python3-dev to build.apt_packages in 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.