renamed and led test

This commit is contained in:
2025-05-31 16:52:57 +01:00
parent 91e20a2638
commit 3bf41e40fe
4 changed files with 45 additions and 22 deletions

View File

@ -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
```