Commit 9c0ba9ee authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Debugs ohmpi_card_3_15 rx ctl

Showing with 1 addition and 1 deletion
+1 -1
...@@ -206,7 +206,7 @@ class Rx(RxAbstract): ...@@ -206,7 +206,7 @@ class Rx(RxAbstract):
super().__init__(**kwargs) super().__init__(**kwargs)
if self.ctl is None: if self.ctl is None:
self.ctl = ctl_module.Ctl() self.ctl = ctl_module.Ctl()
print(f'ctl: {self.ctl}') # TODO: delete me! print(f'ctl: {self.ctl}, {type(self.ctl)}') # TODO: delete me!
# ADS1115 for voltage measurement (MN) # ADS1115 for voltage measurement (MN)
self._ads_voltage_address = 0x49 self._ads_voltage_address = 0x49
self._adc_gain = 2/3 self._adc_gain = 2/3
......
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