# Example for the MAX17043 Example to read battery voltage and state of charge (SOC) from the MAX17043 fuel gauge. ## Description This example will continuously read and print the battery voltage (in mV) and state of charge (in %) to the console. The readings are updated every 1 second.
To create a project from this example, run:
idf.py create-project-from-example "pedrominatel/max17043=1.0.0:max17043_read"