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."
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:
show_distancevl53l1x/examples/radar_screen.pyshow_fuel_gaugebq27441/examples/fuel_gauge.pyshow_luminosityapds9960/examples/color_lamp.pyshow_temp_humiditywsen-pads/examples/station_env.pyThe driver examples are more complete, better tested, and follow project conventions.
How
git rm -r SENSOR/ git commit -m "chore: Remove redundant SENSOR/ examples."