Formatting changes on README.md v11
This commit is contained in:
24
README.md
24
README.md
@@ -60,23 +60,23 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
||||
```
|
||||
sudo raspi-config
|
||||
```
|
||||
* Interfacing Options > SPI > Enable > Yes
|
||||
* Click "Finish"
|
||||
* Reboot your Raspberry Pi
|
||||
```
|
||||
sudo reboot
|
||||
```
|
||||
* Interfacing Options > SPI > Enable > Yes
|
||||
* Click "Finish"
|
||||
* Reboot your Raspberry Pi
|
||||
```
|
||||
sudo reboot
|
||||
```
|
||||
* Testing I2C and SPI after reboot:
|
||||
* I2C Testing:
|
||||
```
|
||||
sudo i2cdetect -y 1
|
||||
```
|
||||
* If you do not get anything back from the above command, try seeing which I2C is being used under Dev:
|
||||
```
|
||||
ls /dev/i2c*
|
||||
```
|
||||
> 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"
|
||||
* If you do not get anything back from the above command, try seeing which I2C is being used under Dev:
|
||||
```
|
||||
ls /dev/i2c*
|
||||
```
|
||||
> 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"
|
||||
* SPI Testing:
|
||||
```
|
||||
ls -l /dev/spidev*
|
||||
|
||||
Reference in New Issue
Block a user