diff --git a/README.md b/README.md index 1dc8eb5..e81fa0f 100644 --- a/README.md +++ b/README.md @@ -60,22 +60,22 @@ 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 - ``` + * 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" + ``` + 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" * SPI Testing: ``` ls -l /dev/spidev*