Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/device-io-config' into feat…
Browse files Browse the repository at this point in the history
…/device-io-config
  • Loading branch information
flxdot committed Apr 18, 2024
2 parents de5f7bd + 7139475 commit 888f106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/py_edge_interface/carlos/edge/interface/device/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def test(self):
logger.info(f"Testing {self}")
self.set(False)
self.set(True)
logger.info(f"Set value to True.")
logger.info("Set value to True.")
sleep(1)
self.set(False)
logger.info(f"Set value to False.")
logger.info("Set value to False.")


CarlosIO = AnalogInput | DigitalOutput
Expand Down

0 comments on commit 888f106

Please sign in to comment.