|
|
@ -74,7 +74,7 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|
|
|
```
|
|
|
|
```
|
|
|
|
ls /dev/i2c*
|
|
|
|
ls /dev/i2c*
|
|
|
|
```
|
|
|
|
```
|
|
|
|
> whichever number is after the "-" in "/dev/i2c-(X) is what you should replace the number in the command with
|
|
|
|
> Whichever number is after the "-" in "/dev/i2c-(X) is what you should replace the number in the command with
|
|
|
|
>> Example: /dev/i2c-3 = "sudo i2cdetect -y 3"
|
|
|
|
>> Example: /dev/i2c-3 = "sudo i2cdetect -y 3"
|
|
|
|
* SPI Testing:
|
|
|
|
* SPI Testing:
|
|
|
|
```
|
|
|
|
```
|
|
|
|