Skip to content

Commit bf7b94c

Browse files
committed
references/devices: update list for release
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent bb65318 commit bf7b94c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/docs/reference/devices/_index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ description: |
66
Sensors and displays that are supported by TinyGo.
77
---
88

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.
1010

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.
1212

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.
1416

1517
| Device Name | Interface Type |
1618
|----------|-------------|
@@ -58,12 +60,14 @@ The following 65 devices are supported.
5860
| [PCD8544 display](http://eia.udg.edu/~forest/PCD8544_1.pdf) | SPI |
5961
| [PCF8563 real time clock](https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf) | I2C |
6062
| [Resistive Touchscreen (4-wire)](http://ww1.microchip.com/downloads/en/Appnotes/doc8091.pdf) | GPIO |
63+
| [RTL8720DN 2.4G/5G Dual Bands Wireless and BLE5.0](https://www.seeedstudio.com/Realtek8720DN-2-4G-5G-Dual-Bands-Wireless-and-BLE5-0-Combo-Module-p-4442.html) | UART |
6164
| [Semihosting](https://wiki.segger.com/Semihosting) | Debug |
6265
| [Servo](https://learn.sparkfun.com/tutorials/hobby-servo-tutorial/all) | PWM |
6366
| [Shift register (PISO)](https://en.wikipedia.org/wiki/Shift_register#Parallel-in_serial-out_\(PISO\)) | GPIO |
6467
| [Shift registers (SIPO)](https://en.wikipedia.org/wiki/Shift_register#Serial-in_parallel-out_(SIPO)) | GPIO |
6568
| [SHT3x Digital Humidity Sensor](https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf) | I2C |
6669
| [SPI NOR Flash Memory](https://en.wikipedia.org/wiki/Flash_memory#NOR_flash) | SPI/QSPI |
70+
| [SPI SDCARD/MMC](https://en.wikipedia.org/wiki/SD_card) | SPI |
6771
| [SSD1306 OLED display](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf) | I2C / SPI |
6872
| [SSD1331 TFT color display](https://www.crystalfontz.com/controllers/SolomonSystech/SSD1331/381/) | SPI |
6973
| [SSD1351 OLED display](https://download.mikroe.com/documents/datasheets/ssd1351-revision-1.3.pdf) | SPI |
@@ -81,3 +85,5 @@ The following 65 devices are supported.
8185
| [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO |
8286

8387
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

Comments
 (0)