Formatting changes on README.md v3
This commit is contained in:
11
README.md
11
README.md
@@ -31,8 +31,8 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|||||||
```
|
```
|
||||||
* If this fails, try this and repeat step 1
|
* If this fails, try this and repeat step 1
|
||||||
```
|
```
|
||||||
sudo apt-get install python3-pip
|
sudo apt-get install python3-pip
|
||||||
```
|
```
|
||||||
* Recommended, but may not be required, setting your Python install to default with Python 3. There are multiple ways to do this, here's an example:
|
* Recommended, but may not be required, setting your Python install to default with Python 3. There are multiple ways to do this, here's an example:
|
||||||
```
|
```
|
||||||
sudo apt-get install -y python3 git python3-pip
|
sudo apt-get install -y python3 git python3-pip
|
||||||
@@ -55,15 +55,14 @@ tickerPi is a Python Program to handle WS281X LED interactions on a Raspberry P
|
|||||||
* Interfacing Options > I2C > Enable > Yes
|
* Interfacing Options > I2C > Enable > Yes
|
||||||
> If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI
|
> If you did not hit "finish" you can repeat these steps but change out the I2C for the SPI
|
||||||
* Enabling SPI:
|
* Enabling SPI:
|
||||||
* From Command Line:
|
* From Command Line:
|
||||||
```
|
```
|
||||||
sudo raspi-config
|
sudo raspi-config
|
||||||
```
|
```
|
||||||
* Interfacing Options > SPI > Enable > Yes
|
* Interfacing Options > SPI > Enable > Yes
|
||||||
* Click "Finish"
|
* Click "Finish"
|
||||||
|
* Reboot your Raspberry Pi
|
||||||
* Reboot your Raspberry Pi
|
```
|
||||||
```
|
|
||||||
sudo reboot
|
sudo reboot
|
||||||
```
|
```
|
||||||
* Testing I2C and SPI after reboot:
|
* Testing I2C and SPI after reboot:
|
||||||
|
|||||||
Reference in New Issue
Block a user