From 2b2839f7084ddcb5c15a4eb1ba5caaf814f487a6 Mon Sep 17 00:00:00 2001 From: KLOC-Karsten <72611407+KLOC-Karsten@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:00:34 +0100 Subject: [PATCH] tb6612_driver 0.1.0 (#1644) --- .../tb/tb6612_driver/tb6612_driver-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/tb/tb6612_driver/tb6612_driver-0.1.0.toml diff --git a/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml b/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml new file mode 100644 index 00000000..100e3512 --- /dev/null +++ b/index/tb/tb6612_driver/tb6612_driver-0.1.0.toml @@ -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 "] +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" +