Skip to content

Commit 3ac7eb8

Browse files
committed
docs: Add new examples for wsen-pads.
1 parent dfe23ba commit 3ac7eb8

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

lib/wsen-pads/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,17 @@ This computes a corrected gain and offset so that the measured temperature bette
443443

444444
Examples are available in the `examples` directory.
445445

446-
| Example | Description |
447-
| ------------- | ----------------------------------- |
448-
| `basic_reader.py` | Basic pressure and temperature read |
449-
| `continuous_reader.py` | Continuous measurement example |
450-
| `one_shot_reader.py` | One-shot measurement example |
451-
| `altitude.py` | Altitude estimation from pressure |
452-
| `test.py` | Driver test script |
453-
446+
| Example | Description |
447+
| -------------------------- | --------------------------------------------------------------------------- |
448+
| `basic_reader.py` | Basic pressure and temperature read |
449+
| `continuous_reader.py` | Continuous measurement example |
450+
| `one_shot_reader.py` | One-shot measurement example |
451+
| `altitude.py` | Altitude estimation from pressure |
452+
| `altitude_calibration.py` | Calibrate sea-level pressure from known altitude and compute corrected altitude |
453+
| `floor_detector.py` | Detect floor changes based on altitude variations |
454+
| `pressure_trend.py` | Track pressure changes over time to detect trends |
455+
| `temp_pressure_display.py` | Display formatted temperature and pressure with ASCII bar graphs |
456+
| `treshold_alert.py` | Monitor pressure and trigger an alert when a threshold is crossed |
454457

455458
---
456459

0 commit comments

Comments
 (0)