LoRa_APRS_iGate/src/Board.h

9 wiersze
88 B
C

#ifndef BOARD_H_
#define BOARD_H_
#include <Arduino.h>
String getBoardName();
#endif