9 lines
271 B
Markdown
Executable File
9 lines
271 B
Markdown
Executable File
# Sonde Sensirion SFA30
|
|
|
|
La sonde est connecté sur le port UART5. On peut utiliser la [bilbio python officielle](https://sensirion.github.io/python-shdlc-sfa3x/installation.html).
|
|
|
|
## Installation
|
|
|
|
```
|
|
sudo pip3 install sensirion-shdlc-sfa3x --break-system-packages
|
|
``` |