Skip to content

Commit 9748252

Browse files
committed
added board links, repo links in comment header
1 parent 132eea3 commit 9748252

File tree

9 files changed

+47
-45
lines changed

9 files changed

+47
-45
lines changed

src/SparkFun_TMF882X_Library.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
10-
//
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1113
//
1214
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1315
//
1416
// This library provides an abstract interface to the underlying TMF882X
1517
// SDK that is provided by AMS.
1618
//
1719
// Repository:
18-
// >>TODO Link
19-
//
20-
// Documentation:
21-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
21+
//k
2222
//
2323
// SparkFun code, firmware, and software is released under the MIT
2424
// License(http://opensource.org/licenses/MIT).

src/inc/sfe_shim.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
10-
//
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1113
//
1214
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1315
//
1416
// This library provides an abstract interface to the underlying TMF882X
1517
// SDK that is provided by AMS.
1618
//
1719
// Repository:
18-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1921
//
20-
// Documentation:
21-
// >>TODO Link
2222
//
2323
// SparkFun code, firmware, and software is released under the MIT
2424
// License(http://opensource.org/licenses/MIT).
@@ -83,7 +83,7 @@ extern "C" {
8383
// The specifics for each function are detailed in the AMS SDK.
8484
//
8585
// See sfe_shim.cpp for the SparkFun implementation
86-
86+
8787
void tof_dbg(void* pTarget, const char* fmt, ...);
8888

8989
void tof_info(void* pTarget, const char* fmt, ...);

src/qwiic_i2c.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1013
//
1114
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1215
//
1316
// This library provides an abstract interface to the underlying TMF882X
1417
// SDK that is provided by AMS.
1518
//
1619
// Repository:
17-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1821
//
19-
// Documentation:
20-
// >>TODO Link
2122
//
2223
// SparkFun code, firmware, and software is released under the MIT
2324
// License(http://opensource.org/licenses/MIT).

src/qwiic_i2c.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1013
//
1114
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1215
//
1316
// This library provides an abstract interface to the underlying TMF882X
1417
// SDK that is provided by AMS.
1518
//
1619
// Repository:
17-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1821
//
19-
// Documentation:
20-
// >>TODO Link
2122
//
2223
// SparkFun code, firmware, and software is released under the MIT
2324
// License(http://opensource.org/licenses/MIT).

src/qwiic_tmf882x.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
//
88
// Do you like this library? Help support SparkFun. Buy a board!
99
//
10-
// <<TODO>> Insert board links
11-
//
10+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
11+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
12+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
13+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1214
//
1315
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1416
//
1517
// This library provides an abstract interface to the underlying TMF882X
1618
// SDK that is provided by AMS.
1719
//
1820
// Repository:
19-
// >>TODO Link
21+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
2022
//
21-
// Documentation:
22-
// >>TODO Link
2323
//
2424
// SparkFun code, firmware, and software is released under the MIT
2525
// License(http://opensource.org/licenses/MIT).

src/qwiic_tmf882x.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
//
88
// Do you like this library? Help support SparkFun. Buy a board!
99
//
10-
// <<TODO>> Insert board links
11-
//
10+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
11+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
12+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
13+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1214
//
1315
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1416
//
1517
// This library provides an abstract interface to the underlying TMF882X
1618
// SDK that is provided by AMS.
1719
//
1820
// Repository:
19-
// >>TODO Link
21+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
2022
//
21-
// Documentation:
22-
// >>TODO Link
2323
//
2424
// SparkFun code, firmware, and software is released under the MIT
2525
// License(http://opensource.org/licenses/MIT).

src/sfe_arduino.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
10-
//
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1113
//
1214
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1315
//
1416
// This library provides an abstract interface to the underlying TMF882X
1517
// SDK that is provided by AMS.
1618
//
1719
// Repository:
18-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1921
//
20-
// Documentation:
21-
// >>TODO Link
2222
//
2323
// SparkFun code, firmware, and software is released under the MIT
2424
// License(http://opensource.org/licenses/MIT).

src/sfe_arduino.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
10-
//
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1113
//
1214
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1315
//
1416
// This library provides an abstract interface to the underlying TMF882X
1517
// SDK that is provided by AMS.
1618
//
1719
// Repository:
18-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1921
//
20-
// Documentation:
21-
// >>TODO Link
2222
//
2323
// SparkFun code, firmware, and software is released under the MIT
2424
// License(http://opensource.org/licenses/MIT).

src/sfe_shim.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
//
77
// Do you like this library? Help support SparkFun. Buy a board!
88
//
9-
// <<TODO>> Insert board links
10-
//
9+
// SparkFun Qwiic dToF Imager - TMF8820 https://www.sparkfun.com/products/19036
10+
// SparkFun Qwiic Mini dToF Imager - TMF8820 https://www.sparkfun.com/products/19218
11+
// SparkFun Qwiic Mini dToF Imager - TMF8821 https://www.sparkfun.com/products/19451
12+
// SparkFun Qwiic dToF Imager - TMF8821 https://www.sparkfun.com/products/19037
1113
//
1214
// Written by Kirk Benell @ SparkFun Electronics, April 2022
1315
//
1416
// This library provides an abstract interface to the underlying TMF882X
1517
// SDK that is provided by AMS.
1618
//
1719
// Repository:
18-
// >>TODO Link
20+
// https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library
1921
//
20-
// Documentation:
21-
// >>TODO Link
2222
//
2323
// SparkFun code, firmware, and software is released under the MIT
2424
// License(http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)