Files
2026-05-08 14:56:29 +02:00

7 lines
97 B
C

#pragma once
float getBatteryVoltage();
int getBatteryPercentage();
void battery_start_task();