C# Mine
ContentsIndexHome
PreviousUpNext
Gateway.BatteryPercentageHelper Method (double, double, double, double, double, double, double)

Returns an estimated percent of remaining battery based on linear interpolation between defined percentage points

Syntax
C#
public static double BatteryPercentageHelper(double zero, double ten, double twentyFive, double fifty, double seventyFive, double oneHundred, double reportedVoltage);
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!