renamed and led test
This commit is contained in:
23
README.md
23
README.md
@ -33,4 +33,27 @@ apt install build-essential raspberrypi-kernel-headers git
|
||||
```
|
||||
|
||||
|
||||
## Test LEDs:
|
||||
|
||||
|
||||
GPIO26 is red, GPIO21 is blue:
|
||||
|
||||
Blue on:
|
||||
```
|
||||
pinctrl set 21 op dh
|
||||
```
|
||||
|
||||
Blue off:
|
||||
```
|
||||
pinctrl set 21 op dl
|
||||
```
|
||||
|
||||
Red on:
|
||||
```
|
||||
pinctrl set 26 op dh
|
||||
```
|
||||
|
||||
Red off:
|
||||
```
|
||||
pinctrl set 26 op dl
|
||||
```
|
||||
|
Reference in New Issue
Block a user