Skip to content

Commit 1153599

Browse files
Enhance README section headers with emojis
1 parent c90cc0d commit 1153599

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ pip install linuxpy --group=dev
4646

4747
## Subsystems
4848

49-
### GPIO
49+
### GPIO
5050

5151
```python
5252
from linuxpy.gpio import Device
@@ -65,7 +65,7 @@ with Device.from_id(0) as gpio:
6565
Check the [GPIO user guide](https://tiagocoutinho.github.io/linuxpy/user_guide/gpio/) and
6666
[GPIO reference](https://tiagocoutinho.github.io/linuxpy/api/gpio/) for more information.
6767

68-
### Input
68+
### Input 🕹️
6969

7070
```python
7171
import time
@@ -83,7 +83,7 @@ with pad:
8383
Check the [Input user guide](https://tiagocoutinho.github.io/linuxpy/user_guide/input/) and
8484
[Input reference](https://tiagocoutinho.github.io/linuxpy/api/input/) for more information.
8585

86-
### Led
86+
### Led 💡
8787

8888
```python
8989
from linuxpy.led import find
@@ -96,7 +96,7 @@ print(caps_lock.max_brightness)
9696
Check the [LED user guide](https://tiagocoutinho.github.io/linuxpy/user_guide/led/) and
9797
[LED reference](https://tiagocoutinho.github.io/linuxpy/api/led/) for more information.
9898

99-
### MIDI Sequencer
99+
### MIDI Sequencer 🎹
100100

101101
```console
102102
$ python
@@ -117,7 +117,7 @@ $ python
117117
Check the [MIDI user guide](https://tiagocoutinho.github.io/linuxpy/user_guide/midi/) and
118118
[MIDI reference](https://tiagocoutinho.github.io/linuxpy/api/midi/) for more information.
119119

120-
### Thermal and cooling
120+
### Thermal and cooling 🌡️
121121

122122
```python
123123
from linuxpy.thermal import find
@@ -128,7 +128,7 @@ with find(type="x86_pkg_temp") as tz:
128128
Check the [Thermal and cooling user guide](https://tiagocoutinho.github.io/linuxpy/user_guide/thermal/) and
129129
[Thermal and cooling reference](https://tiagocoutinho.github.io/linuxpy/api/thermal/) for more information.
130130

131-
### Video
131+
### Video 🎥
132132

133133
Video for Linux 2 (V4L2) python library
134134

0 commit comments

Comments
 (0)