Skip to content

Commit 59fe0d4

Browse files
authored
Merge pull request #1510 from FoamyGuy/lolins2_pins_note
add note about lolin s2 mini SPI and I2C pins
2 parents 34b5525 + 4c7994f commit 59fe0d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_board/lolin_s2_mini.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ The LOLIN S2 Mini is a small (33.4 mm x 25.4 mm) development board. The form fac
6666

6767
- 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.
6868

69+
- There are no labeled SPI or I2C pins on the silkscreen. The following pins are configured by CircuitPython:
70+
- SCL - GPIO35
71+
- SDA - GPIO33
72+
- SCK - GPIO7
73+
- MOSI - GPIO11
74+
- MISO - GPIO9
75+
6976
## Learn More
7077

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

0 commit comments

Comments
 (0)