Searched full:ina219 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/ina219/ |
D | Kconfig | 1 # INA219 Bidirectional Current/Power Monitor 6 config INA219 config 7 bool "INA219 Current/Power Monitor" 12 Enable driver for INA219 Bidirectional Current/Power Monitor.
|
D | CMakeLists.txt | 5 zephyr_library_sources(ina219.c)
|
D | ina219.c | 17 #include "ina219.h" 19 LOG_MODULE_REGISTER(INA219, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/samples/sensor/ina219/ |
D | README.rst | 1 .. zephyr:code-sample:: ina219 2 :name: INA219 Bidirectional Power/Current Monitor 5 Get shunt voltage, bus voltage, power and current from an INA219 sensor. 17 - `INA219 sensor <https://www.ti.com/product/INA219>`_ 22 The supply voltage of the INA219 can be in the 3V to 5.5V range. 29 :zephyr-app: samples/sensor/ina219
|
D | sample.yaml | 8 name: TI INA219 power/current monitor 9 description: Demonstration of the INA219 I2C power/current monitor 11 sample.drivers.ina219:
|
D | CMakeLists.txt | 5 project(ina219) project
|
/Zephyr-latest/boards/shields/waveshare_ups/ |
D | waveshare_pico_ups_b.overlay | 8 waveshare_pico_ups: ina219@43 { 10 compatible = "ti,ina219";
|
/Zephyr-latest/samples/sensor/ina219/boards/ |
D | blackpill_f411ce.overlay | 12 ina219@40 { 14 compatible = "ti,ina219";
|
/Zephyr-latest/boards/shields/waveshare_ups/doc/ |
D | index.rst | 10 module designed for the Raspberry Pi Pico which uses the Texas Instruments' INA219 22 - INA219 57 | GP6 | I2C1_SDA ACTIVE_LOW | INA219 | 59 | GP7 | I2C1_SCL ACTIVE_LOW | INA219 | 118 - `INA219 data sheet`_ 128 :zephyr-app: samples/sensor/ina219 138 https://www.ti.com/lit/ds/symlink/ina219.pdf
|
/Zephyr-latest/drivers/sensor/ti/ |
D | CMakeLists.txt | 7 add_subdirectory_ifdef(CONFIG_INA219 ina219)
|
D | Kconfig | 7 source "drivers/sensor/ti/ina219/Kconfig"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina219.yaml | 6 compatible: "ti,ina219"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 147 test_i2c_ina219: ina219@13 { 148 compatible = "ti,ina219";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 563 * Added TI INA219 and INA23X current/power monitor drivers. 885 :dtcompatible:`ti,ina219`, :dtcompatible:`ti,ina23x`,
|