Skip to content

Commit b4c33bd

Browse files
committed
microcontrollers: small updates for ESP8266, and get the correct count
Signed-off-by: deadprogram <[email protected]>
1 parent a150945 commit b4c33bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/microcontrollers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 3
88

99
TinyGo lets you run Go directly on microcontrollers.
1010

11-
TinyGo has support for 46 different boards and devices such as the Arduino Nano33 IoT, Adafruit Circuit Playground Express, BBC micro:bit and more. Click on a board name found in the left menu to see the what features are supported for the given hardware.
11+
TinyGo has support for 48 different boards and devices such as the Arduino Nano33 IoT, Adafruit Circuit Playground Express, BBC micro:bit and more. Click on a board name found in the left menu to see the what features are supported for the given hardware.
1212

1313
We also give you the ability to add new boards. If your target isn't listed here, please raise an issue in the [issue tracker](https://github.com/tinygo-org/tinygo/issues).
1414

content/microcontrollers/esp8266-d1mini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Espressif ESP8266](https://www.espressif.com/en/products/socs/esp8266) d1mi
1212
| GPIO | YES | YES |
1313
| UART | YES | YES |
1414
| SPI | YES | Not Yet |
15-
| I2C | YES | Not Yet |
15+
| I2C | NO (software only) | NO |
1616
| ADC | YES | Not Yet |
1717
| PWM | YES | Not Yet |
1818
| WiFi | YES | Not Yet |

content/microcontrollers/esp8266-nodemcu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Espressif ESP8266](https://www.espressif.com/en/products/socs/esp8266) Node
1212
| GPIO | YES | YES |
1313
| UART | YES | YES |
1414
| SPI | YES | Not Yet |
15-
| I2C | YES | Not Yet |
15+
| I2C | NO (software only) | NO |
1616
| ADC | YES | Not Yet |
1717
| PWM | YES | Not Yet |
1818
| WiFi | YES | Not Yet |

0 commit comments

Comments
 (0)