Skip to content

Commit 9a760dc

Browse files
Add links for example readme
1 parent 7f9090c commit 9a760dc

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

examples/README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@ Below is a brief summary of each of the example programs included in this reposi
44
NOTE: Any numbering of examples is to retain consistency with the Arduino library from which this was ported.
55

66
## Qwiic Tca9548A Ex1
7-
Simple example for the Qwiic 8 Channel Mux
8-
9-
## Qwiic Tca9548A Ex2
10-
Example for the Qwiic 8 Channel Mux interfacing with two Qwiic VL53L1X Distance Sensors
11-
12-
## Simple Disable Channels
13-
Written by SparkFun Electronics, June 2019
14-
Author: Wes Furuya
15-
16-
## Simple Enable Channels
17-
Written by SparkFun Electronics, June 2019
18-
Author: Wes Furuya
7+
Simple example for the Qwiic 8 Channel Mux. This example alternates between enableing channels 0 & 1 and ports 2 & 3 and listing the enable status of channels. It lists the devices found on each port.
198

9+
The key methods showcased by this example are:
10+
- [disable_all()](https://docs.sparkfun.com/qwiic_tca9548a_py/classqwiic__tca9548a_1_1_qwiic_t_c_a9548_a.html#afaad9d1ae741d14c080f34b597919541)
11+
- [enable_channels()](https://docs.sparkfun.com/qwiic_tca9548a_py/classqwiic__tca9548a_1_1_qwiic_t_c_a9548_a.html#a26fc69208d04b5414885a293e7c8f365)
12+
- [list_channels()](https://docs.sparkfun.com/qwiic_tca9548a_py/classqwiic__tca9548a_1_1_qwiic_t_c_a9548_a.html#a15d4dbb9e373e8e9dc3247e48bad7592)
2013

14+
## Qwiic Tca9548A Ex2
15+
Example for the Qwiic 8 Channel Mux interfacing with two Qwiic VL53L1X Distance Sensors. This example shows how to interface with two sensors that have the same I2C address by enabling different mux channels at different times.

0 commit comments

Comments
 (0)