You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microcontrollers/drivers/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ weight: 90
6
6
7
7
# Drivers
8
8
9
-
TinyGo has driver support for 44 different sensors and devices such as digital accelerometers and multicolor LEDs.
9
+
TinyGo has driver support for 53 different sensors and devices such as digital accelerometers and multicolor LEDs.
10
10
11
11
All of the drivers code is in the TinyGo Drivers repository located at [https://github.com/tinygo-org/drivers/](https://github.com/tinygo-org/drivers/).
12
12
13
-
The following 51 devices are supported.
13
+
The following 53 devices are supported.
14
14
15
15
| Device Name | Interface Type |
16
16
|----------|-------------|
@@ -38,6 +38,7 @@ The following 51 devices are supported.
38
38
|[ILI9341 TFT color display](https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf)| SPI |
39
39
|[L293x motor driver](https://www.ti.com/lit/ds/symlink/l293d.pdf)| GPIO/PWM |
40
40
|[L9110x motor driver](https://www.elecrow.com/download/datasheet-l9110.pdf)| GPIO/PWM |
We also give you the ability to add new drivers. If your device isn't listed here, please raise an issue in the [issue tracker](https://github.com/tinygo-org/drivers/issues).
0 commit comments