LoRa_APRS_iGate/src/utils.h
richonguzman 77375b0913 1
2023-06-06 10:43:04 -04:00

12 lines
108 B
C++

#ifndef UTILS_H_
#define UTILS_H_
#include <Arduino.h>
namespace utils {
void processStatus();
}
#endif