LoRa_APRS_Tracker111/include/joystick_utils.h

13 lines
148 B
C++

#ifndef JOYSTICK_UTILS_H_
#define JOYSTICK_UTILS_H_
#include <Arduino.h>
namespace JOYSTICK_Utils {
void loop();
void setup();
}
#endif