Skip to content

Commit 607226d

Browse files
Update example reference with links
1 parent 01dc35b commit 607226d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ NOTE: Any numbering of examples is to retain consistency with the Arduino librar
66
## Example1-Gettemperature
77
Simple Example for the Qwiic TMP102 Device
88

9+
The key methods showcased by this example are:
10+
-[set_fault()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a344274d651723491c358b6d94a0a5309)
11+
-[set_alert_polarity()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a3474e054fccda8ddde2e0f30cfe9570f)
12+
-[set_alert_mode()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a3bf679ecd81acde07dac06dc0c669f82)
13+
-[set_conversion_rate()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a227f41d274da19b293424c4866475873)
14+
-[set_extended_mode()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a96024ea22ff9a381c3d391038c0a4da8)
15+
-[set_high_temp_f()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#af5890245c9d35a2bc6c0349ef87b8081)
16+
-[set_low_temp_f()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#acfd545a8aef7abde61091ada16dbbe17)
17+
-[wakeup()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a3458195c0618a415928085abbee4377b)
18+
-[read_temp_f()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#ae73d5f968d98d748113d2d4c4943dd41)
19+
-[alert()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a26120555525346ab140cf6a46a09061a)
20+
-[sleep()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#adec143eb2a7ef012cd7299cfb93ccbf9)
21+
922
## Example2 One-Shot Temperature Reading
1023
This sketch connects to the TMP102 temperature sensor and enables the
1124
one-shot temperature measurement mode using the one_shot() function.
@@ -20,4 +33,7 @@ This sketch connects to the TMP102 temperature sensor and enables the
2033

2134
Distributed as-is; no warranty is given.
2235

36+
The key methods showcased by this example are:
37+
-[one_shot()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#ac6ddcc1f60857d3ff39711667802d4a3)
38+
-[read_temp_c()](https://docs.sparkfun.com/qwiic_tmp102_py/classqwiic__tmp102_1_1_qwiic_tmp102_sensor.html#a7ae43b44590dfaee186782d1bbfa9d1f)
2339

0 commit comments

Comments
 (0)