From 848385d62558d3648d9cefb259b339058b3b7159 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Fri, 24 May 2019 15:52:47 +0200 Subject: [PATCH] docs: just to make clear what the driver is for Signed-off-by: Ron Evans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8692a..57be62e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ func main() { | [DS3231 real time clock](https://datasheets.maximintegrated.com/en/ds/DS3231.pdf) | I2C | | ["Easystepper" stepper motor controller](https://en.wikipedia.org/wiki/Stepper_motor) | GPIO | | [ESP8266/ESP32 AT Command set for WiFi/TCP/UDP](https://github.com/espressif/esp32-at) | UART | -| [GPS](https://www.u-blox.com/en/product/neo-6-series) | I2C/UART | +| [GPS module](https://www.u-blox.com/en/product/neo-6-series) | I2C/UART | | [HUB75 RGB led matrix](https://cdn-learn.adafruit.com/downloads/pdf/32x16-32x32-rgb-led-matrix.pdf) | SPI | | [LIS3DH accelerometer](https://www.st.com/resource/en/datasheet/lis3dh.pdf) | I2C | | [MAG3110 magnetometer](https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf) | I2C |