Skip to content

Commit 8f59606

Browse files
committed
Updated SENSOR_UNITS.md
1 parent f4c23c0 commit 8f59606

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Documentation
7272
* **[CONTRIBUTING.md](./CONTRIBUTING.md)** - guidance on how to contribute to this library.
7373
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - OLA includes a large number of libraries that will need to be installed before compiling will work.
7474
* **[ADDING_SENSORS.md](./ADDING_SENSORS.md)** - contains _abbreviated_ instructions on how to add a new sensor to the OLA firmware. It's more of an aide-memoire really... Sorry about that.
75-
* **[SENSOR_UNITS.md](./SENSOR_UNITS.md)** - contains a summary of the units used by each sensor reading.
75+
* **[SENSOR_UNITS.md](./SENSOR_UNITS.md)** - contains a summary of the units used for each sensor measurement.
7676

7777
License Information
7878
-------------------

SENSOR_UNITS.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,48 @@ This document summarizes the units used for each sensor measurement.
77

88
### Built-in Inertial Measurement Unit:
99

10-
- [ICM-20948 IMU](ICM-20948-IMU)
10+
- [ICM-20948 IMU](#ICM-20948-IMU)
1111

1212
### Global Navigation Satellite System (GNSS) navigation data:
1313

14-
- [u-blox GNSS boards](u-blox-GNSS-boards)
14+
- [u-blox GNSS boards](#u-blox-GNSS-boards)
1515

1616
### Pressure, Altitude, Humidity and Temperature Data:
1717

18-
- [BME280 atmospheric sensor](BME280-atmospheric-sensor)
19-
- [LPS25HB absolute pressure sensor](LPS25HB-absolute-pressure-sensor)
20-
- [MS8607 PHT sensor](MS8607-PHT-sensor)
21-
- [MPR0025PA MicroPressure sensor](MPR0025PA-MicroPressure-sensor)
22-
- [MS5637 barometric pressure sensor](MS5637-barometric-pressure-sensor)
23-
- [AHT20 humidity and temperature sensor](AHT20-humidity-and-temperature-sensor)
24-
- [SHTC3 humidity and temperature sensor](SHTC3-humidity-and-temperature-sensor)
18+
- [BME280 atmospheric sensor](#BME280-atmospheric-sensor)
19+
- [LPS25HB absolute pressure sensor](#LPS25HB-absolute-pressure-sensor)
20+
- [MS8607 PHT sensor](#MS8607-PHT-sensor)
21+
- [MPR0025PA MicroPressure sensor](#MPR0025PA-MicroPressure-sensor)
22+
- [MS5637 barometric pressure sensor](#MS5637-barometric-pressure-sensor)
23+
- [AHT20 humidity and temperature sensor](#AHT20-humidity-and-temperature-sensor)
24+
- [SHTC3 humidity and temperature sensor](#SHTC3-humidity-and-temperature-sensor)
2525

2626
### Air Quality and Environmental Sensors:
2727

28-
- [CCS811 air quality sensor](CCS811-air-quality-sensor)
29-
- [VEML6075 UV light sensor](VEML6075-UV-light-sensor)
30-
- [SGP30 air quality and Volatile Organic Compound (VOC) sensor](SGP30-air-quality-and-VOC-sensor)
31-
- [SCD30 CO2 humidity and temperature sensor](SCD30-CO2-humidity-and-temperature-sensor)
32-
- [SN-GCJA5 Particle Sensor](SN-GCJA5-Particle-Sensor)
28+
- [CCS811 air quality sensor](#CCS811-air-quality-sensor)
29+
- [VEML6075 UV light sensor](#VEML6075-UV-light-sensor)
30+
- [SGP30 air quality and Volatile Organic Compound (VOC) sensor](#SGP30-air-quality-and-VOC-sensor)
31+
- [SCD30 CO2 humidity and temperature sensor](#SCD30-CO2-humidity-and-temperature-sensor)
32+
- [SN-GCJA5 Particle Sensor](#SN-GCJA5-Particle-Sensor)
3333

3434
### Distance:
3535

36-
- [VL53L1X laser Time of Flight (ToF) sensor](VL53L1X-laser-ToF-sensor)
37-
- [VCNL4040 proximity sensor](VCNL4040-proximity-sensor)
36+
- [VL53L1X laser Time of Flight (ToF) sensor](#VL53L1X-laser-ToF-sensor)
37+
- [VCNL4040 proximity sensor](#VCNL4040-proximity-sensor)
3838

3939
### Precision Temperature Sensors:
4040

41-
- [MCP9600 thermocouple amplifier](MCP9600-thermocouple-amplifier)
42-
- [Qwiic PT100 ADS122C04 platinum resistance sensor](Qwiic-PT100-ADS122C04-platinum-resistance-sensor)
43-
- [TMP117 precision temperature sensor](TMP117-precision-temperature-sensor)
41+
- [MCP9600 thermocouple amplifier](#MCP9600-thermocouple-amplifier)
42+
- [Qwiic PT100 ADS122C04 platinum resistance sensor](#Qwiic-PT100-ADS122C04-platinum-resistance-sensor)
43+
- [TMP117 precision temperature sensor](#TMP117-precision-temperature-sensor)
4444

4545
### Weight:
4646

47-
- [NAU7802 load cell sensor](NAU7802-load-cell-sensor)
47+
- [NAU7802 load cell sensor](#NAU7802-load-cell-sensor)
4848

4949
### ADC:
5050

51-
- [Qwiic PT100 ADS122C04 platinum resistance sensor](Qwiic-PT100-ADS122C04-platinum-resistance-sensor)
51+
- [Qwiic PT100 ADS122C04 platinum resistance sensor](#Qwiic-PT100-ADS122C04-platinum-resistance-sensor)
5252

5353
---
5454
## Sensor Units

0 commit comments

Comments
 (0)