From 0194dcc87b89ec229b644ef607fbbd22ffe505f2 Mon Sep 17 00:00:00 2001
From: awatlet <arnaud.watlet@umons.ac.be>
Date: Mon, 9 Oct 2023 15:59:03 +0200
Subject: [PATCH] test pulse

---
 ohmpi/hardware_components/mb_2023_0_X.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ohmpi/hardware_components/mb_2023_0_X.py b/ohmpi/hardware_components/mb_2023_0_X.py
index 5bcdff04..4a286a2b 100644
--- a/ohmpi/hardware_components/mb_2023_0_X.py
+++ b/ohmpi/hardware_components/mb_2023_0_X.py
@@ -164,6 +164,7 @@ class Tx(TxAbstract):
         print(f'asserted polarity: {self.polarity}')
 
         if polarity == 1:
+            print('pin0')
             self.pin0.value = True
             self.pin1.value = False
             time.sleep(self._activation_delay)
-- 
GitLab