fc51d4332e
* 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>
19 lines
513 B
TOML
19 lines
513 B
TOML
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"
|
|
|