You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
All GPIO ports are defined in PSWR_T.h
Regards,
Paul
// TFT LCD and Touch Screen
const int tft_DC = 2; // TFT LCD pins, using SPI2 - For optimized
ILI9341_t3 library
const int tft_CS = 5;
const int tft_MOSI = 23;
const int tft_SCLK = 18;
const int tft_MISO = 27;
const int tft_RST = 255; // Not used
const int Touch_CS = 8; // CS signal for Resistive Touchscreen
//
const int DisplayAwake = 6; // PWM modulated output pin for TFT backlight
control, if implemented
//
// UART0 pins:
// RXD = 0 // Take aside for potential later use
// TXD = 1
// I2C pins
// SCL0 = 19 // Defined through: I2C_PINS_18_19
// SDA0 = 18
// AD inputs for Forward and Reflected Power (SWR measurement)
const int Pfwd = 32; //36 A1P
const int Pref = 33; //39 A2P
// Encoder ports
const int EncI = 19; // 27; //19;
const int EncQ = 36; // 26; // 17;
const int EnactSW = 26; // 14; //16; // Menu/Enact Switch
// RX/TX
const int RxTx = 39;
//
//const int frqCount = 13; // Take aside, use later for Frequency Counter
input
//
const int R_Led = 21; // SWR Alarm
const int G_Led = 22; // Measurable Power Detected
const int X_Led = 16; // Debug
Op vr 18 jun. 2021 om 13:16 schreef ken016 ***@***.***>:
Hello, can you tell me the wiring to GPIO esp32?
Thanks very much..
Ken
The text was updated successfully, but these errors were encountered: