mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-01 21:34:38 +01:00
12 lines
133 B
C++
12 lines
133 B
C++
#ifndef BATTERY_UTILS_H_
|
|
#define BATTERY_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace BATTERY_Utils {
|
|
|
|
float checkVoltages();
|
|
|
|
}
|
|
|
|
#endif |