Intermittently, the distance sensors will fail to provide a reading unless they are pinged during setup.
Add a ping to both sensors from somewhere. During the workshops, this is done within the setup() in main.ino. Can it be done from the sensor class during instantiation to separate our concerns?
Intermittently, the distance sensors will fail to provide a reading unless they are pinged during setup.
Add a ping to both sensors from somewhere. During the workshops, this is done within the setup() in main.ino. Can it be done from the sensor class during instantiation to separate our concerns?