Skip to content

Commit 3e4a88b

Browse files
committed
Add standard wrapper
1 parent 8bff909 commit 3e4a88b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/hal/getpinmap_ttgo_lora32_v2.1.cpp

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
/*
12
3+
Module: getconfig_ttgo_lora32_v2.1.cpp
4+
5+
Function:
6+
Arduino-LMIC C++ HAL pinmap for TTGO ESP32 OLED V2.1
7+
8+
Copyright & License:
9+
See accompanying LICENSE file.
10+
11+
Author:
12+
Christoph Schultz, GitHub @ChrSchultz March 2021
13+
14+
*/
15+
16+
#if defined(ARDUINO_TTGO_LoRa32_v21new)
217

318
#include <arduino_lmic_hal_boards.h>
419
#include <Arduino.h>
@@ -64,4 +79,4 @@ const HalPinmap_t * GetPinmap_ttgo_lora32_v21 (void)
6479

6580
}; // namespace Arduino_LMIC
6681

67-
82+
#endif // ARDUINO_TTGO_LoRa32_v21new

0 commit comments

Comments
 (0)