Skip to content
Merged
Changes from all commits
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
7 changes: 7 additions & 0 deletions _board/lolin_s2_mini.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ The LOLIN S2 Mini is a small (33.4 mm x 25.4 mm) development board. The form fac

- There is an error on the v1.0.0 board silkscreen. GPIO12/13 should be reversed. Error is fixed without version change since late 2021.

- There are no labeled SPI or I2C pins on the silkscreen. The following pins are configured by CircuitPython:
- SCL - GPIO35
- SDA - GPIO33
- SCK - GPIO7
- MOSI - GPIO11
- MISO - GPIO9

## Learn More

* [Manufacturer Specifications](https://www.wemos.cc/en/latest/s2/s2_mini.html)
Expand Down