Skip to content

chore: Remove redundant SENSOR/ examples. #4

@nedseb

Description

@nedseb

What

Delete the entire SENSOR/ directory (show_distance/, show_fuel_gauge/, show_luminosity/, show_temp_humidity/).

Why

These 4 examples are simpler duplicates of examples already shipped with the drivers in micropython-steami-lib:

To remove Replaced by
show_distance vl53l1x/examples/radar_screen.py
show_fuel_gauge bq27441/examples/fuel_gauge.py
show_luminosity apds9960/examples/color_lamp.py
show_temp_humidity wsen-pads/examples/station_env.py

The driver examples are more complete, better tested, and follow project conventions.

How

git rm -r SENSOR/
git commit -m "chore: Remove redundant SENSOR/ examples."

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions