From bb7585dddaeda24cbd091500ebf4c97f92048867 Mon Sep 17 00:00:00 2001 From: KLOC-Karsten <72611407+KLOC-Karsten@users.noreply.github.com> Date: Mon, 26 May 2025 13:54:06 +0200 Subject: [PATCH] sparkfun_qwiic_motor_driver 0.1.0 (#1495) --- .../sparkfun_qwiic_motor_driver-0.1.0.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/sp/sparkfun_qwiic_motor_driver/sparkfun_qwiic_motor_driver-0.1.0.toml diff --git a/index/sp/sparkfun_qwiic_motor_driver/sparkfun_qwiic_motor_driver-0.1.0.toml b/index/sp/sparkfun_qwiic_motor_driver/sparkfun_qwiic_motor_driver-0.1.0.toml new file mode 100644 index 00000000..72ad54f2 --- /dev/null +++ b/index/sp/sparkfun_qwiic_motor_driver/sparkfun_qwiic_motor_driver-0.1.0.toml @@ -0,0 +1,19 @@ +name = "sparkfun_qwiic_motor_driver" +description = "Interface to the SparkFun Qwiic motor driver." +version = "0.1.0" + +authors = ["Karsten Lueth"] +maintainers = ["Karsten Lueth "] +maintainers-logins = ["KLOC-Karsten"] +licenses = "BSD-3-Clause" +website = "https://github.com/KLOC-Karsten/sparkfun-qwiic-motor-driver" +tags = ["hal", "motor-driver", "sparkfun", "i2c"] + + +[[depends-on]] +hal = "^1.0.0" + +[origin] +commit = "a8e00b6da3625bee2a8033cc6fb8f305ff45cf06" +url = "git+https://github.com/KLOC-Karsten/sparkfun-qwiic-motor-driver.git" +