Commit f8a80ad6 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Enables dps in hardware_system

Showing with 1 addition and 1 deletion
+1 -1
...@@ -96,7 +96,7 @@ class Tx(Tx_mb_2023): ...@@ -96,7 +96,7 @@ class Tx(Tx_mb_2023):
def inject(self, polarity=1, injection_duration=None): def inject(self, polarity=1, injection_duration=None):
# add leds? # add leds?
self.pin6.value=True self.pin6.value=True
Tx_mb_2023.inject(self, polarity=polarity, injection_duration=injection_duration) Tx_mb_2023.inject(self, polarity=polarity, injection_duration=injection_duration,switch_pwr=True)
self.pin6.value = False self.pin6.value = False
@property @property
......
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