mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-11 10:15:20 +01:00
12 lines
108 B
C++
12 lines
108 B
C++
#ifndef UTILS_H_
|
|
#define UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace utils {
|
|
|
|
void processStatus();
|
|
|
|
}
|
|
|
|
#endif |