We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bff909 commit 3e4a88bCopy full SHA for 3e4a88b
src/hal/getpinmap_ttgo_lora32_v2.1.cpp
@@ -1,4 +1,19 @@
1
+/*
2
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)
17
18
#include <arduino_lmic_hal_boards.h>
19
#include <Arduino.h>
@@ -64,4 +79,4 @@ const HalPinmap_t * GetPinmap_ttgo_lora32_v21 (void)
64
79
65
80
}; // namespace Arduino_LMIC
66
81
67
-
82
+#endif // ARDUINO_TTGO_LoRa32_v21new
0 commit comments