adabots 2.1.0 (#1770)

* sparkfun_qwiic_motor_driver 0.1.0 (#1495)

* press_utils 1.0.0 (#1505)

* adacl_regexp 6.2.1 (#1531)

* tb6612_driver 0.1.0 (#1644)

* adabots 2.1.0 (via `alr publish --submit`)

---------

Co-authored-by: KLOC-Karsten <72611407+KLOC-Karsten@users.noreply.github.com>
Co-authored-by: Matheus Xavier <soft.song@fastmail.net>
Co-authored-by: Martin Krischik <krischik@users.sourceforge.net>
Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
This commit is contained in:
Tama McGlinn
2026-01-14 17:01:13 +01:00
committed by GitHub
parent 2080bd80bd
commit fc51d4332e
2 changed files with 41 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name = "adabots"
description = "Learn Ada by programming Minecraft robots"
version = "2.1.0"
website = "adabots.net"
authors = ["Tama McGlinn"]
maintainers = ["Tama McGlinn <t.mcglinn@gmail.com>"]
maintainers-logins = ["TamaMcGlinn"]
licenses = "MIT"
project-files = ["adabots.gpr"]
tags = ["learn", "ada", "minecraft", "computercraft", "robots", "teach", "children"]
[[depends-on]]
utilada_curl = "^2.5.0"
[[depends-on]]
json = "^5.0.3"
[origin]
commit = "a16786ccff74a85e2bf8c3a5511b01e6fa13d3a3"
url = "git+https://github.com/TamaMcGlinn/adabots.git"
@@ -0,0 +1,18 @@
name = "tb6612_driver"
description = "Driver for the TB6612 dual DC motor driver IC."
version = "0.1.0"
authors = ["Karsten Lueth"]
maintainers = ["Karsten Lueth <kl@kloc-consulting.de>"]
maintainers-logins = ["KLOC-Karsten"]
licenses = "BSD-3-Clause"
website = "https://gitlab.com/KLOC-Karsten/tb6612_driver"
tags = ["motor", "driver", "embedded", "hal"]
[[depends-on]]
hal = "^1.0.0"
[origin]
commit = "e7bf4eb9d571d1cafa50dd6e83c503fd98fed119"
url = "git+https://gitlab.com/KLOC-Karsten/tb6612_driver.git"