You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,12 @@ Below is a brief summary of each of the example programs included in this reposi
4
4
NOTE: Any numbering of examples is to retain consistency with the Arduino library from which this was ported.
5
5
6
6
## 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.
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