This adds an example application for the TI INA219 Zero-Drift, Bidirectional Current/Power Monitor with I2C Interface Signed-off-by: Leonard Pollak <leonardp@tr-host.de>
15 lines
305 B
YAML
15 lines
305 B
YAML
#
|
|
# Copyright (c) 2021 Leonard Pollak
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
sample:
|
|
name: TI INA219 power/current monitor
|
|
description: Demonstration of the INA219 I2C power/current monitor
|
|
tests:
|
|
sample.drivers.ina219:
|
|
build_only: true
|
|
platform_allow: blackpill_f411ce
|
|
tags: sensors
|