1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-03 07:02:28 +03:00

Fix pin map picture

Point to new PNG instead of an outdated SVG

inkscape --export-png $PWD/esp12.png -w 600 $PWD/esp12.svg
This commit is contained in:
Ivan Grokhotkov 2015-08-10 19:22:33 +03:00
parent 701a9a72cc
commit 85ac054428
2 changed files with 1 additions and 1 deletions

BIN
doc/esp12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -11,7 +11,7 @@ Pin 16 can be `INPUT`, `OUTPUT` or `INPUT_PULLDOWN_16`. At startup, pins are con
Pins may also serve other functions, like Serial, I2C, SPI. These functions are normally activated by the corresponding library. The diagram below shows pin mapping for the popular ESP-12 module.
![Pin Functions](https://cdn.rawgit.com/esp8266/Arduino/doc-update/hardware/esp8266com/esp8266/doc/esp12.svg)
![Pin Functions](esp12.png)
Digital pins 6—11 are not shown on this diagram because they are used to connect flash memory chip on most modules. Trying to use these pins as IOs will likely cause the program to crash.