Skip to content

Releases: execuc/u2if

v0.6

29 Jun 21:11

Choose a tag to compare

V0.6.0 :

  • Add hub75 interface (works only with u2if_pico_hub75_v0.6.0.uf2 firmware).

Upload corresponding .uf2 file to the board:

Plug in the board while holding down the BOOTSEL button, then a USB flash storage should appear. Copy uf2 file on it.

Install python package:

python3 -m pip install u2if-0.6.tar.gz

v.0.5

09 Jun 21:40

Choose a tag to compare

V0.5.0 :

  • Add grouped pin interface.

Upload corresponding .uf2 file to the board:

Plug in the board while holding down the BOOTSEL button, then a USB flash storage should appear. Copy uf2 file on it.

Install python package:

python3 -m pip install u2if-0.5.tar.gz

v.0.4

04 Jun 22:44

Choose a tag to compare

V0.4.0 :

  • Add UART1 interface.
  • Add new compatible boards (Adafruit Feather, ItsyBitsy, qt2040 Trinket and QTPY)

Upload corresponding .uf2 file to the board:

Plug in the board while holding down the BOOTSEL button, then a USB flash storage should appear. Copy uf2 file on it.

Install python package:

python3 -m pip install u2if-0.4.tar.gz

v.0.3

02 Apr 20:13

Choose a tag to compare

V0.3.0 :

  • Add I2S interface.

Upload u2if.uf2 to the Raspberry PICO:

Plug in the PICO while holding down the BOOTSEL button, then a USB flash storage should appear. Copy "u2if.uf2" on it.

Install python package:

python3 -m pip install u2if-0.3.tar.gz

v.0.2

25 Mar 21:41

Choose a tag to compare

V0.2.0 :

  • Add WS2812B led interface.

Upload u2if.uf2 to the Raspberry PICO:

Plug in the PICO while holding down the BOOTSEL button, then a USB flash storage should appear. Copy "u2if.uf2" on it.

Install python package:

python3 -m pip install u2if-0.2.tar.gz

v.0.1

20 Mar 19:43

Choose a tag to compare

v.0.1 Pre-release
Pre-release

Upload u2if.uf2 to the Raspberry PICO:

Plug in the PICO while holding down the BOOTSEL button, then a USB flash storage should appear. Copy "u2if.uf2" on it.

Install python package:

python3 -m pip install u2if-0.1.tar.gz