Skip to content

Commit 2ccee42

Browse files
deadprogramconejoninja
authored andcommitted
drivers: update list for upcoming release
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 5f72d8c commit 2ccee42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/microcontrollers/drivers/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ weight: 90
66

77
# Drivers
88

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

1111
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/).
1212

13-
The following 51 devices are supported.
13+
The following 53 devices are supported.
1414

1515
| Device Name | Interface Type |
1616
|----------|-------------|
@@ -38,6 +38,7 @@ The following 51 devices are supported.
3838
| [ILI9341 TFT color display](https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf) | SPI |
3939
| [L293x motor driver](https://www.ti.com/lit/ds/symlink/l293d.pdf) | GPIO/PWM |
4040
| [L9110x motor driver](https://www.elecrow.com/download/datasheet-l9110.pdf) | GPIO/PWM |
41+
| [LIS2MDL magnetometer](https://www.st.com/resource/en/datasheet/lis2mdl.pdf) | I2C |
4142
| [LIS3DH accelerometer](https://www.st.com/resource/en/datasheet/lis3dh.pdf) | I2C |
4243
| [LSM6DS3 accelerometer](https://www.st.com/resource/en/datasheet/lsm6ds3.pdf) | I2C |
4344
| [MAG3110 magnetometer](https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf) | I2C |
@@ -64,6 +65,7 @@ The following 51 devices are supported.
6465
| [VL53L1X time-of-flight distance sensor](https://www.st.com/resource/en/datasheet/vl53l1x.pdf) | I2C |
6566
| [Waveshare 2.13" (B & C) e-paper display](https://www.waveshare.com/w/upload/d/d3/2.13inch-e-paper-b-Specification.pdf) | SPI |
6667
| [Waveshare 2.13" e-paper display](https://www.waveshare.com/w/upload/e/e6/2.13inch_e-Paper_Datasheet.pdf) | SPI |
68+
| [Waveshare 4.2" e-paper B/W display](https://www.waveshare.com/w/upload/6/6a/4.2inch-e-paper-specification.pdf) | SPI |
6769
| [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO |
6870

6971
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

Comments
 (0)