mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Added workaround for broken SVG rendering.
As discussed here: https://github.com/isaacs/github/issues/316
This commit is contained in:
parent
146eebb7bc
commit
f709abb658
@ -11,7 +11,7 @@ Pin 16 can be `INPUT`, `OUTPUT` or `INPUT_PULLDOWN`. At startup, pins are config
|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user