This commit is contained in:
root
2025-02-20 15:07:49 +01:00
commit 59133628af
228 changed files with 282657 additions and 0 deletions

9
sensirion/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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
```