File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ ESP8266 is a popular WiFi-enabled System-on-Chip (SoC) by Espressif Systems.
66Multitude of boards
77-------------------
88
9- There are a multitude of modules and boards from different sources which carry
9+ There is a multitude of modules and boards from different sources which carry
1010the ESP8266 chip. MicroPython tries to provide a generic port which would run on
1111as many boards/modules as possible, but there may be limitations. Adafruit
1212Feather HUZZAH board is taken as a reference board for the port (for example,
1313testing is performed on it). If you have another board, please make sure you
14- have datasheet, schematics and other reference materials for your board
14+ have a datasheet, schematics and other reference materials for your board
1515handy to look up various aspects of your board functioning.
1616
1717To make a generic ESP8266 port and support as many boards as possible,
18- following design and implementation decision were made:
18+ the following design and implementation decision were made:
1919
2020* GPIO pin numbering is based on ESP8266 chip numbering, not some "logical"
2121 numbering of a particular board. Please have the manual/pin diagram of your board
You can’t perform that action at this time.
0 commit comments