Commit 7084ad71 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

adds ohmpi_measure led

Showing with 2 additions and 1 deletion
+2 -1
......@@ -107,9 +107,10 @@ class Tx(Tx_mb_2023):
@property
def measuring(self):
return self._measuring
@measuring.setter
def measuring(self, mode="off"):
self.measuring = mode
self._measuring = mode
if mode == "on":
self.pin5.value = True
elif mode == "off":
......
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