aboutsummaryrefslogtreecommitdiffstats
path: root/unsupported/Battery.c
blob: 080cf5400f53a2b20b4d9f574a0daecf4b97e65d (plain) (blame)
1
2
3
4
5
6
7

#include "BatteryMeter.h"

void Battery_getData(double* level, ACPresence* isOnAC) {
   *level = -1;
   *isOnAC = AC_ERROR;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy