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/docs/reference/devices/_index.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ description: |
6
6
Sensors and displays that are supported by TinyGo.
7
7
---
8
8
9
-
TinyGo has driver support for many different sensors and devices such as digital accelerometers and multicolor LEDs.
9
+
TinyGo has support for many different devices and sensors such as digital accelerometers, OLED displays, WiFi adaptors, and more.
10
10
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/).
11
+
Drivers are packages designed to make it easier to use these devices from your own TinyGo programs.
12
12
13
-
The following 65 devices are supported.
13
+
All of these drivers can be found in the TinyGo Drivers repository located at [https://github.com/tinygo-org/drivers/](https://github.com/tinygo-org/drivers/).
14
+
15
+
The following 67 devices are supported.
14
16
15
17
| Device Name | Interface Type |
16
18
|----------|-------------|
@@ -58,12 +60,14 @@ The following 65 devices are supported.
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).
88
+
89
+
If you want to know more about how drivers are implemented please see the [Drivers page](../../concepts/drivers) under "Concepts".
0 commit comments