@@ -46,7 +46,7 @@ $ pip install linuxpy --group=dev
4646
4747## Subsystems
4848
49- ### GPIO
49+ ### GPIO ⚡
5050
5151``` python
5252from linuxpy.gpio import Device
@@ -65,7 +65,7 @@ with Device.from_id(0) as gpio:
6565Check 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
7171import time
@@ -83,7 +83,7 @@ with pad:
8383Check 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
8989from linuxpy.led import find
@@ -96,7 +96,7 @@ print(caps_lock.max_brightness)
9696Check 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
117117Check 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
123123from linuxpy.thermal import find
@@ -128,7 +128,7 @@ with find(type="x86_pkg_temp") as tz:
128128Check 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
133133Video for Linux 2 (V4L2) python library
134134
0 commit comments