You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ This library provides a extensive interface that enables the following functiona
43
43
44
44
|Reference | Description |
45
45
|---|---|
46
-
|[Quick Reference](https://docs.sparkfun.com/SparkFun_Qwiic_XM125_Arduino_Library/class_qw_dev_x_m125.html)| A quick reference API for the the main library object ```QwDevXM125```|
46
+
|[Quick Reference - Distance](https://docs.sparkfun.com/SparkFun_Qwiic_XM125_Arduino_Library/classsf_dev_x_m125_distance.html)| A quick reference API for the the main library object for the Distance Application|
47
+
|[Quick Presence - Distance](https://docs.sparkfun.com/SparkFun_Qwiic_XM125_Arduino_Library/classsf_dev_x_m125_presence.html)| A quick reference API for the the main library object for the Distance Application|
47
48
|[Full Documentation](https://docs.sparkfun.com/SparkFun_Qwiic_XM125_Arduino_Library/)| The full documentation and API for this Arduino library|
|[Hook Up Guide](https://docs.sparkfun.com/SparkFun_Qwiic_Pulsed_Radar_Sensor_XM125/introduction/)| Hardware Overview and Quick Start for the XM125 Qwiic Development Board |
@@ -64,7 +65,6 @@ The following examples are provided with the library
64
65
|[Distance Serial Plotter](examples/Example08_DistanceSerialPlotter/Example08_DistanceSerialPlotter.ino)|This example prints out the distance values of the 0 distance channels to the serial plotter tool in Arduino.|
65
66
|[Distance Advanced Settings](examples/Example09_DistanceAdvancedSettings/Example09_DistanceAdvancedSettings.ino)|The sensor is initialized, then the distance (mm) and advanced values are output to the terminal. |
0 commit comments