Skip to content

Commit

Permalink
Merge pull request #112 from OPEnSLab-OSU/SerialSensor
Browse files Browse the repository at this point in the history
Change links
  • Loading branch information
akerr501 authored Jul 15, 2020
2 parents e6a174a + cfdb070 commit 75af39b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Sensors/I2C/FXAS21002.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Sensors/I2C/LIS3DH.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
///
///////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion src/Sensors/I2C/MPU6050.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
///
///////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 2 additions & 1 deletion src/Sensors/I2C/STEMMA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
///
//////////////////////////////////////////////////////////////////////////////

Expand Down
1 change: 1 addition & 0 deletions src/Sensors/I2C/TMP007.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
///
///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 75af39b

Please sign in to comment.