From 335b18dce47ad8808edfa902d57376943cf6d815 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Mon, 9 Oct 2023 15:46:25 +0200 Subject: [PATCH] test pulse --- ohmpi/hardware_components/mb_2024_0_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ohmpi/hardware_components/mb_2024_0_2.py b/ohmpi/hardware_components/mb_2024_0_2.py index 48fcfd2d..f59efcd3 100644 --- a/ohmpi/hardware_components/mb_2024_0_2.py +++ b/ohmpi/hardware_components/mb_2024_0_2.py @@ -1,4 +1,5 @@ import datetime +import time import adafruit_ads1x15.ads1115 as ads # noqa from adafruit_ads1x15.analog_in import AnalogIn # noqa from adafruit_ads1x15.ads1x15 import Mode # noqa -- GitLab