Commit ef8b3623 authored by ameerj's avatar ameerj
Browse files

analog_from_button: Fix update_thread.join exception

This commit aims to address an exception that occurs when trying to join the Analog object's update_thread.

By using an atomic bool for the status of the update thread, we ensure its value is consistent across the threads accessing it.
parent b786568c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment