From 518f6098bbe6e63eada6c1bc932f0eb3373e9c4f Mon Sep 17 00:00:00 2001 From: Holger Rodriguez <52081159+hgrodriguez@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:52:38 +0200 Subject: [PATCH] mcp9808_i2c 1.0.0 (#1577) --- index/mc/mcp9808_i2c/mcp9808_i2c-1.0.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/mc/mcp9808_i2c/mcp9808_i2c-1.0.0.toml diff --git a/index/mc/mcp9808_i2c/mcp9808_i2c-1.0.0.toml b/index/mc/mcp9808_i2c/mcp9808_i2c-1.0.0.toml new file mode 100644 index 00000000..1946b5a1 --- /dev/null +++ b/index/mc/mcp9808_i2c/mcp9808_i2c-1.0.0.toml @@ -0,0 +1,18 @@ +name = "mcp9808_i2c" +description = "MCP9808 I2C library" +version = "1.0.0" + +authors = ["Holger Rodriguez"] +maintainers = ["Holger Rodriguez "] +maintainers-logins = ["hgrodriguez"] +licenses = "BSD-3-Clause" +website = "https://github.com/hgrodriguez/mcp9808_i2c" +tags = ["mcp9808", "sensor", "temperature", "i2c"] + +[[depends-on]] +hal = "^1" + +[origin] +commit = "0e2aa58eff3f26b364601bdc4dbfbefc321cfb39" +url = "git+https://github.com/hgrodriguez/mcp9808_i2c.git" +