Open
Description
There is some inconsistency in the Lolin S2 Mini plate.
The chip itself may have freely configured pins as i2c, sleep, uart, and the tile itself has no descriptions, only numbers.
Some of the pins were defined as compatible with the Lolin D1 Mini.
Similarly with S3 Mini, where there are only numbers directly on the tile, but in Pinout there are descriptions: https://www.wemos.cc/en/latest/s3/s3_mini.html
SCL, SDA, SCK, Miso, Mosi, but not RX and TX (SS - I suggest skipping) were defined.
The method of Board.spi ()
, but there is no Board.I2c ()
(not to mention UART ...)
I am asking for unification: adding missing pins / methods.