Skip to content
Snippets Groups Projects
Commit 8ef5df0d authored by Andrea Parenti's avatar Andrea Parenti Committed by Jonathan Correa Magdalena
Browse files

Fix de-init

parent 9bfefd1e
No related branches found
No related tags found
2 merge requests!2Draft: Feat/p8003,!1First version
Pipeline #162688 passed
......@@ -335,6 +335,9 @@ class Tempus(Device):
await self.send_command("os.system('devmem2 0x80010004 w 0x0')")
await self.send_command("os.system('devmem2 0x80010004 w 0x2')")
await self.send_command(
f"os.system('{self.APP_DIR}/Timepix4_Init.py')", sleep_time=3)
self.status = "De-initialized"
self.state = State.INIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment