Skip to content

Commit 3e82540

Browse files
Update README.md
1 parent 9cb3254 commit 3e82540

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# EP-0152 Fan Hat - **UPDATED for RPi 5**
2-
EP-0152 Fan Hat, sold on Amazon as [GeeekPi Fan Hat](https://a.co/d/0fnQFZCU). The [original code](https://wiki.52pi.com/index.php?title=EP-0152) listed for the fan hat is woefully out of date. The code in this repository is compatible with the following revisions and Bookworm:
1+
# 52Pi EP-0152 Raspberry Pi Fan Expansion Board / GeeekPi Fan Hat - **UPDATED for RPi 5**
2+
52Pi EP-0152 Raspberry Pi Fan Expansion Board, sold on Amazon as [GeeekPi Fan Hat](https://a.co/d/0fnQFZCU). The [original code](https://wiki.52pi.com/index.php?title=EP-0152) listed for the fan hat is woefully out of date. The code in this repository is compatible with the following revisions and Bookworm:
33

4-
<img style="float: right;" src="https://wiki.52pi.com/images/e/e6/OLEDFAN%E6%B8%85%E5%8D%95.jpg">
4+
<img style="float: right;" width="300" height="300" src="https://wiki.52pi.com/images/e/e6/OLEDFAN%E6%B8%85%E5%8D%95.jpg">
55

66
- Raspberry Pi 5B (:white_check_mark: - Tested)
77
- Raspberry Pi 4B (:white_check_mark: - Tested)
@@ -31,12 +31,6 @@ EP-0152 Fan Hat, sold on Amazon as [GeeekPi Fan Hat](https://a.co/d/0fnQFZCU). T
3131
pip3 install rpi-lgpio
3232
```
3333

34-
### Uninstallation of Python VEnv
35-
36-
```bash
37-
sudo rm -rf /opt/EP-0152
38-
```
39-
4034
## Fan Control
4135
I've added [@franganghi](https://github.com/franganghi)'s version of [Raspberry-Pi5-PWM-Fan-Control](https://github.com/franganghi/Raspberry-Pi5-PWM-Fan-Control) as a submodule to this repository.
4236

@@ -130,3 +124,9 @@ sudo systemctl daemon-reload
130124
sudo rm /lib/systemd/system/ep0152oled.service
131125
sudo rm -rf /opt/EP-0152/OLED
132126
```
127+
128+
## Uninstallation of Python VEnv
129+
130+
```bash
131+
sudo rm -rf /opt/EP-0152
132+
```

0 commit comments

Comments
 (0)