File tree Expand file tree Collapse file tree 9 files changed +47
-45
lines changed
Expand file tree Collapse file tree 9 files changed +47
-45
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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+
8787void tof_dbg (void * pTarget , const char * fmt , ...);
8888
8989void tof_info (void * pTarget , const char * fmt , ...);
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments