File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,14 +443,17 @@ This computes a corrected gain and offset so that the measured temperature bette
443443
444444Examples 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
You can’t perform that action at this time.
0 commit comments