From cfdb07093cff32ac1c3150239479a24d9140c2a0 Mon Sep 17 00:00:00 2001 From: "Mr.Kangs" Date: Tue, 14 Jul 2020 15:54:12 -0700 Subject: [PATCH] Change links --- src/Sensors/I2C/FXAS21002.h | 2 +- src/Sensors/I2C/LIS3DH.h | 2 +- src/Sensors/I2C/MPU6050.h | 2 +- src/Sensors/I2C/STEMMA.h | 3 ++- src/Sensors/I2C/TMP007.h | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Sensors/I2C/FXAS21002.h b/src/Sensors/I2C/FXAS21002.h index cf0e4eed2..d47f149b1 100644 --- a/src/Sensors/I2C/FXAS21002.h +++ b/src/Sensors/I2C/FXAS21002.h @@ -18,7 +18,7 @@ /////////////////////////////////////////////////////////////////////////////// /// -/// FXAS21002 3-Axis Gyroscope snesor module. +/// FXAS21002 3-Axis Gyroscope sensor module. /// /// @par Resources /// - [Module Documentation](https://openslab-osu.github.io/Loom/html/class_loom___f_x_a_s21002.html) diff --git a/src/Sensors/I2C/LIS3DH.h b/src/Sensors/I2C/LIS3DH.h index 45e56cc08..f44c3d528 100644 --- a/src/Sensors/I2C/LIS3DH.h +++ b/src/Sensors/I2C/LIS3DH.h @@ -28,7 +28,7 @@ /// - [Dependency: Sparkfun LIS3DH Arduino Library](https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library) /// - [Hookup Guide: LIS3DH](https://learn.sparkfun.com/tutorials/lis3dh-hookup-guide) /// - [Hardware GitHub](https://github.com/sparkfun/LIS3DH_Breakout) -/// - [Datasheet: LIS3DH](https://cdn.sparkfun.com/assets/f/b/c/c/f/AS7262.pdf) +/// - [Datasheet: LIS3DH](https://cdn.sparkfun.com/assets/b/c/1/3/a/CD00274221.pdf) /// - [Hardware Support](https://github.com/OPEnSLab-OSU/Loom/wiki/Hardware-Support#lis3dh-accelerometer) /// /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Sensors/I2C/MPU6050.h b/src/Sensors/I2C/MPU6050.h index 0bac6e20a..d775e7e49 100644 --- a/src/Sensors/I2C/MPU6050.h +++ b/src/Sensors/I2C/MPU6050.h @@ -27,7 +27,7 @@ /// - [Product Page: Amazon –Gy-521 MPU-6050 MPU6050 Module 3 Axis Analog Gyro Sensors+ 3 Axis Accelerometer Module](https://www.amazon.com/MPU-6050-MPU6050-Accelerometer-Gyroscope-Converter/dp/B008BOPN40/) /// - [Dependency: MPU6050_tockn](https://github.com/tockn/MPU6050_tockn) /// - [Previous Dependency: MPU6050](https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050) -/// - [Datasheet: MPU6050](https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf) +/// - [Datasheet: MPU6050](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf) /// - [Hardware Support](https://github.com/OPEnSLab-OSU/Loom/wiki/Hardware-Support#mpu6050-accelerometer--gyroscope) /// /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Sensors/I2C/STEMMA.h b/src/Sensors/I2C/STEMMA.h index aa9e54c58..996346f17 100644 --- a/src/Sensors/I2C/STEMMA.h +++ b/src/Sensors/I2C/STEMMA.h @@ -8,8 +8,9 @@ /// Adafruit Stemma soil moisture sensor. /// /// @par Resources -/// - [Product Page: https://learn.adafruit.com/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor/arduino-test] +/// - [Product Page] (https://learn.adafruit.com/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor/arduino-test) /// - [Hardware Support](https://github.com/OPEnSLab-OSU/Loom/wiki/Hardware-Support#stemma-soil-sensor) +/// - [DataSheet](https://cdn-learn.adafruit.com/downloads/pdf/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor.pdf?timestamp=1594765200) /// ////////////////////////////////////////////////////////////////////////////// diff --git a/src/Sensors/I2C/TMP007.h b/src/Sensors/I2C/TMP007.h index 4b2867d75..24df62b2f 100644 --- a/src/Sensors/I2C/TMP007.h +++ b/src/Sensors/I2C/TMP007.h @@ -24,6 +24,7 @@ /// - [Module Documentation](https://openslab-osu.github.io/Loom/html/class_loom___t_m_p007.html) /// - [Product Page: Contact-less Infrared Thermopile Sensor Breakout - TMP007](https://www.adafruit.com/product/2023) /// - [Dependency: Adafruit_TMP007_Library](https://github.com/adafruit/Adafruit_TMP007_Library) +/// - [DataSheet](https://cdn-shop.adafruit.com/datasheets/tmp007.pdf) /// - [Hardware Support](https://github.com/OPEnSLab-OSU/Loom/wiki/Hardware-Support#tmp007-contact-less-infrared-thermopile-sensor) /// ///////////////////////////////////////////////////////////////////////////////