Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drivers: Fuel_Gauge: MAX17048: added units to fuel_gauge sample output and Output of voltage is now shown in microVolts #75563

Closed
wants to merge 4 commits into from

Commits on Jul 8, 2024

  1. Update max17048_voltage to store value in micro volts

    previous code stored voltage value in millivolts, made changes to max17048 to store the value in microvolts.
    Goyalrahul1516 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    32ba282 View commit details
    Browse the repository at this point in the history
  2. Update main.c to add units to output

    sample was missing units of outputs ( time to discharge, charge, voltage), added units.
    Goyalrahul1516 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cf825f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed91885 View commit details
    Browse the repository at this point in the history
  4. Update drivers/fuel_gauge/max17048/max17048.c

    Co-authored-by: Benjamin Cabé <[email protected]>
    Goyalrahul1516 and kartben authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dad1faa View commit details
    Browse the repository at this point in the history