diff --git a/doc/esp12.png b/doc/esp12.png new file mode 100644 index 000000000..8ec371016 Binary files /dev/null and b/doc/esp12.png differ diff --git a/doc/reference.md b/doc/reference.md index 4f19d8ba6..fd57287dc 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -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.