@@ -7,17 +7,17 @@ NOTE: Any numbering of examples is to retain consistency with the Arduino librar
7
7
Simple Example for the Qwiic TMP102 Device
8
8
9
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 )
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
21
22
22
## Example2 One-Shot Temperature Reading
23
23
This sketch connects to the TMP102 temperature sensor and enables the
@@ -34,6 +34,6 @@ This sketch connects to the TMP102 temperature sensor and enables the
34
34
Distributed as-is; no warranty is given.
35
35
36
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 )
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 )
39
39
0 commit comments