max17043_alert

Example of the component pedrominatel/max17043 v1.0.0
# MAX17043 Alert Example

This example demonstrates how to configure and monitor battery low alert threshold.

## Description

This example will:
1. Initialize the MAX17043 fuel gauge
2. Set an alert threshold at 10% battery capacity
3. Continuously monitor the battery SOC and alert status
4. Log warnings when the battery level drops below the threshold
5. Automatically clear the alert after detection

The alert threshold can be modified in the code (range 0-32%).

To create a project from this example, run:

idf.py create-project-from-example "pedrominatel/max17043=1.0.0:max17043_alert"

or download archive (~1.98 KB)