Xinyuan-LilyGO / LilyGo-T-Relay

MIT License
67 stars 24 forks source link

LilyGo T-Relay(6) S3 - pin assigments in documentation doesnt match schematic/reallity #30

Closed LordRafa closed 2 months ago

LordRafa commented 3 months ago

The pin assignments shown in LilyGo T Relay S3 documentation doesn't match the schematics.

I think that these are the right ones: static const uint8_t TX = 43; static const uint8_t RX = 44;

static const uint8_t SDA = 16; static const uint8_t SCL = 17;

// Temperature Sensor static const uint8_t DSDATA = 21; // Not Connected

// RTC static const uint8_t RTC_CLK32 = 15; // Not Connected static const uint8_t RTC_INT = 18;

// HT74HC595ARZ

static const uint8_t SHIFT_REG_CLK = 5 static const uint8_t SHIFT_REG_LATCH = 6 static const uint8_t SHIFT_REG_DATA = 7

lewisxhe commented 3 months ago

Thank you. It seems that the document was not changed in time after changing the GPIO. It has been corrected now.