zephyr/samples/drivers/charger
Ricardo Rivera-Matos 5868c701ef samples: charger: Demos new output limit properties
Adds use of CHARGER_PROP_DISCHARGE_CURRENT_NOTIFICATION and
CHARGER_PROP_SYSTEM_VOLTAGE_NOTIFICATION_UV to the charger
sample application.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
2024-02-26 11:33:24 +00:00
..
src samples: charger: Demos new output limit properties 2024-02-26 11:33:24 +00:00
CMakeLists.txt
Kconfig samples: charger: Demos new output limit properties 2024-02-26 11:33:24 +00:00
README.rst
prj.conf
sample.yaml

README.rst

.. zephyr:code-sample:: charger
   :name: Charger
   :relevant-api: charger_interface

   Charge a battery using the charger driver API.

Overview
********

This sample demonstrates how to use the :ref:`charger_api`.