mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-12 18:04:58 +02:00
13 lines
162 B
C++
13 lines
162 B
C++
#ifndef BATTERY_UTILS_H_
|
|
#define BATTERY_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace BATTERY_Utils {
|
|
|
|
float checkBattery();
|
|
float checkExternalVoltage();
|
|
|
|
}
|
|
|
|
#endif |