From f0ade6fe05851bdf12b54366e0bbbee607de9cd9 Mon Sep 17 00:00:00 2001 From: jwikmark <jacob@wikmark.se> Date: Thu, 15 Mar 2018 11:16:21 +0100 Subject: [PATCH] todo --- TODO | 1 + 1 file changed, 1 insertion(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..d4355db --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +The file doubletank.jl should be in interface implementations, but right now it rewrites functions from labconnections. The functions in labconnections (getreadcommand, getwritecommand) should be rewritten somehow in the labconnections package, then the rewrite of them in doubletank.jl should be removed and the file moved to interface implementations. -- GitLab