Skip to content

Added definitions for TTGO-LoRA32-V2.1.6 #4205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added comment to variant TTGO-LoRA-v21new/pins_arduino.h
  • Loading branch information
Chrisotph Schultz committed Jul 24, 2020
commit 3ca3df86b1180e0574eb9e40bea915b75db23fe1
10 changes: 7 additions & 3 deletions variants/ttgo-lora32-v21new/pins_arduino.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h

/*************************
* Definitions for TTGO-Lora32-V2.1.6 Boards
* Labeled with T3 v1.6 20180606
* or sold as TTGO-LoRa32 2.1 Revision 1.6
************************/

#include <stdint.h>

#define EXTERNAL_NUM_INTERRUPTS 16
Expand Down Expand Up @@ -54,9 +60,7 @@ static const uint8_t A4 = 32;
static const uint8_t A5 = 33;
static const uint8_t A6 = 34;
static const uint8_t A7 = 35;
static const uint8_t A10 = 4; //SD_DATA1
static const uint8_t A11 = 0; //SD_DATA0
static const uint8_t A12 = 2; //SD_
static const uint8_t A10 = 4;
static const uint8_t A13 = 15;
static const uint8_t A14 = 13;
static const uint8_t A15 = 12;
Expand Down