Completed initial API documentation and updated API to support derive unit

The initial API documentation is now complete and covers the whole Core
api ready for use

The underlying logic has been updated to correctly return derive unit
signals
This commit is contained in:
2026-09-11 17:34:44 +02:00
parent c67316dd90
commit c0a3117be4
4 changed files with 275 additions and 8 deletions
+1
View File
@@ -59,4 +59,5 @@ try:
except KeyboardInterrupt:
log.info("Received keyboard interrupt")
dl_core.stop_recording()
dl_core._processing_buffer.write("./", "output.dlpak")
dl_core.stop()