From 1a36cdd7027a644d5bb6d80ed746bff68007ecad Mon Sep 17 00:00:00 2001 From: Nicolas Forquet <nicolas.forquet@irstea.fr> Date: Fri, 4 Oct 2019 12:43:45 +0200 Subject: [PATCH] Added three files: * ABMN.txt: interrogation scheme (development and testing purposes) * path2elec.txt: configuration file: state of the multilexer channels to access each electrode * quadmux.txt: communication channel of the multiplexer for electrodes A, B, M and N. --- ABMN.txt | 17 +++++++++++++++++ path2elec.txt | 32 ++++++++++++++++++++++++++++++++ quadmux.txt | 4 ++++ 3 files changed, 53 insertions(+) create mode 100644 ABMN.txt create mode 100644 path2elec.txt create mode 100644 quadmux.txt diff --git a/ABMN.txt b/ABMN.txt new file mode 100644 index 00000000..385fab26 --- /dev/null +++ b/ABMN.txt @@ -0,0 +1,17 @@ +1 1 1 1 +2 2 2 2 +3 3 3 3 +4 4 4 4 +5 5 5 5 +6 6 6 6 +7 7 7 7 +8 8 8 8 +9 9 9 9 +10 10 10 10 +11 11 11 11 +12 12 12 12 +13 13 13 13 +14 14 14 14 +15 15 15 15 +16 16 16 16 +17 17 17 17 \ No newline at end of file diff --git a/path2elec.txt b/path2elec.txt new file mode 100644 index 00000000..0c3de5e6 --- /dev/null +++ b/path2elec.txt @@ -0,0 +1,32 @@ +1 1 1 0 0 +1 1 1 0 1 +1 1 1 1 0 +1 1 1 1 1 +1 1 0 0 0 +1 1 0 0 1 +1 1 0 1 0 +1 1 0 1 1 +1 0 1 0 0 +1 0 1 0 1 +1 0 1 1 0 +1 0 1 1 1 +1 0 0 0 0 +1 0 0 0 1 +1 0 0 1 0 +1 0 0 1 1 +0 1 1 0 1 +0 1 1 0 0 +0 1 1 1 1 +0 1 1 1 0 +0 1 0 0 1 +0 1 0 0 0 +0 1 0 1 1 +0 1 0 1 0 +0 0 1 0 1 +0 1 1 0 0 +0 0 1 1 1 +0 0 1 1 0 +0 0 0 0 1 +0 0 0 0 0 +0 0 0 1 1 +0 0 0 1 0 \ No newline at end of file diff --git a/quadmux.txt b/quadmux.txt new file mode 100644 index 00000000..5d87d1d3 --- /dev/null +++ b/quadmux.txt @@ -0,0 +1,4 @@ +12 16 20 21 26 +18 23 24 25 19 +6 13 4 17 27 +22 10 9 11 5 \ No newline at end of file -- GitLab