LoRa_APRS_Tracker/src/pins.h

18 lines
250 B
C
Raw Normal View History

#ifndef PINS_H_
#define PINS_H_
#undef OLED_SDA
#undef OLED_SCL
#undef OLED_RST
2021-10-14 23:31:56 +02:00
#define OLED_SDA 21
#define OLED_SCL 22
#define OLED_RST 16
#define BUTTON_PIN 38 // The middle button GPIO on the T-Beam
2021-10-14 23:31:56 +02:00
#define GPS_RX 12
#define GPS_TX 34
#endif