On Sat, Apr 29, 2017 at 06:26:28PM +, Marc Eymard wrote:
> The way I have decided to go about implementing the sensor reading is by
> creating a Thread object and update the distance attribute of this very
> same object from the run() function. The idea is to encapsulate the
> distance read
On Sat, Apr 29, 2017 at 1:26 PM, Marc Eymard wrote:
> Hello there,
> Attached the script I have come up with, which keeps returning multiple
> run time errors whenever I try to fix it.
> I believe there are multiple issues, but at least it gives an idea of
> what I currently want to achieve and h