Skip to content

Commit ac7e350

Browse files
author
Ramsay, Grant (NZ)
committed
Update readme
1 parent f24be9d commit ac7e350

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@ Notes on Multiple sensor support:
3131
Notes on using TCA9548A I2C Multiplexer:
3232
- If limited on GPIO's that would be needed to set a new addresses for each sensor, using a TCA9548A I2C Multiplexer is a good option since it allows using up to 8 sensors without using GPIO's.
3333
- The TCA9548A is also a good option if using multiple boards on the same I2C bus and the total of all the combined I2C pullups would cause the bus not to function.
34-
- Theoretically you can connect mutltiple TCA9548A Multiplexers, each with up to 8 sensors as long each TCA9548A has a different address. This has not been tested but should work in theory.
34+
- Theoretically you can connect multiple TCA9548A Multiplexers, each with up to 8 sensors as long each TCA9548A has a different address. This has not been tested but should work in theory.
3535

3636
(Please note that while the author is an embedded software engineer, this is a first attempt at extending python and the author is by no means a python expert so any improvement suggestions are appreciated).
3737

3838

3939
### Installation
40-
40+
```bash
41+
# Python2
42+
pip2 install git+https://github.com/johnbryanmoore/VL53L0X_rasp_python.git
43+
# Python3
44+
pip3 install git+https://github.com/johnbryanmoore/VL53L0X_rasp_python.git
45+
```
4146

4247
### Compilation
4348

0 commit comments

Comments
 (0)