mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-06-19 04:15:06 +00:00
13 lines
261 B
YAML
13 lines
261 B
YAML
description: TI INA226 voltage/current monitor
|
|
|
|
include: ["i2c-device.yaml"]
|
|
|
|
compatible: "ti,ina226"
|
|
|
|
properties:
|
|
shunt-milliohms:
|
|
type: int
|
|
required: true
|
|
# shunt value should be a minimum of 1
|
|
description: Shunt resistor value in milliohms
|