瀏覽代碼

bugfix in sequences_5.json

Matze 6 年之前
父節點
當前提交
60e7355666
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 8 3
      KCG/base/backend/board/sequences/sequences_5.json
  2. 1 1
      README.md

+ 8 - 3
KCG/base/backend/board/sequences/sequences_5.json

@@ -1,12 +1,12 @@
 {
-    "Version": "Kapture 2",
+    "Version": "Kapture 1",
     "Version_nr" : 4,
     "sequence_names": [
                         "reset_sequence", 
                         "PLL_sequence",
                         "synchronisation_sequence",
-                        "calibartion_sequence",
-                        "adc_autosync"],
+                        "adc_autosync",
+                        "calibartion_sequence"],
     "initialization_sequence_order": [
                         "reset_sequence",
                         "PLL_sequence",
@@ -241,6 +241,11 @@
                 "002", "0x9044",
                 "",
                 " set ADC_2 as Slave"
+            ],
+            [
+                "5CA007", "0x9064",
+                "",
+                " set ADC_2 as Slave"
             ] 
         ]
     }       

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ KCG is the Graphical Control Interface to the KAPTURE-Readout-Board.
 
 ### Must be installed by system packagemanager
 
-- python 2.7.x
+- python 2.7.x or python 3.6.x
 - PyQt4
 
 To install on debian e.g.: