Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# app-bricks-examples

Example applications based on Arduino Bricks for the Arduino UNO Q.

## Update licenses

### Requirements
- Python 3.13+
- Taskfile (https://taskfile.dev/docs/installation).

To update the licenses:
- Create and activate a Python virtual environment
- Run `task license`
4 changes: 2 additions & 2 deletions THIRD-PARTY-LICENSES.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"License": "MPL-2.0",
"Name": "arduino_app_bricks",
"Version": "0.4.8"
"Version": "0.6.1"
},
{
"License": "MIT",
Expand Down Expand Up @@ -92,6 +92,6 @@
{
"License": "MIT",
"Name": "urllib3",
"Version": "2.5.0"
"Version": "2.6.2"
}
]
2 changes: 1 addition & 1 deletion Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tasks:
init:ci:
desc: Initialize CI environment
cmds:
- pip install libs/arduino_app_bricks-0.4.8-py3-none-any.whl reuse pip-licenses
- pip install libs/arduino_app_bricks-0.6.1-py3-none-any.whl reuse pip-licenses

license:
deps:
Expand Down
Binary file removed libs/arduino_app_bricks-0.4.8-py3-none-any.whl
Binary file not shown.
Binary file added libs/arduino_app_bricks-0.6.1-py3-none-any.whl
Binary file not shown.