Current measurement with ina3221

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2026-03-13 07:12:29 +01:00
parent 2301274850
commit 1556a2a2fe
4 changed files with 292 additions and 53 deletions
+10 -1
View File
@@ -8,7 +8,16 @@
"WebFetch(domain:docs.rs)",
"WebFetch(domain:docs.espressif.com)",
"WebFetch(domain:esp32.implrust.com)",
"WebSearch"
"WebSearch",
"Bash(cargo search:*)",
"Bash(find /home/esp/.cargo/registry/src -path */esp-hal-1.0.0/src/i2c/master.rs)",
"Bash(cargo add:*)",
"Bash(find /home/esp/.cargo/registry/src -path */ohms-*/src/*.rs)",
"Bash(find /home/esp/.cargo/registry/src -path */embedded-hal-bus-*/src/i2c*)",
"Bash(find /home/esp/.cargo/registry/src -path */axs5106l*/src/*.rs)",
"Bash(grep -n \"pub fn read_touch_data\\\\|TouchData\\\\|Coordinates\\\\|finger\\\\|x\\\\|y\\\\|count\" /home/esp/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axs5106l-0.1.0/src/*.rs)",
"Bash(grep -n \"pub fn read_touch_data\\\\|pub fn read_raw\" /home/esp/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axs5106l-0.1.0/src/*.rs)",
"Bash(grep -n \"pub fn micro_volts\\\\|pub fn milli_volts\\\\|pub fn from_micro\\\\|micro_volts\\\\|milli_volts\\\\|-> i32\\\\|-> f32\\\\|-> u32\" /home/esp/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ohms-0.2.0/src/*.rs)"
]
}
}