letssteam / pxt-lets-steam

MIT License
3 stars 0 forks source link

Change slider positioning of hcsr04 sensor #128

Closed Pascal-Flores closed 1 year ago

Pascal-Flores commented 1 year ago

At the moment, hcsr04 sensor uses a slider in simulation to change the sensor's measured distance. But this slider is presented as a slider made for integrated sensors on the STM32, and that's no good :(

image

TODO : remove the slider and include it directly in the sensor's svg, as in the C02 sensor, or the anemometer extensions