check SPI MOSI channel
This commit is contained in:
+3
-2
@@ -669,13 +669,14 @@ static void headstage_update_ris_instruction(uint8_t ins_len, uint8_t* instructi
|
||||
break;
|
||||
}
|
||||
case NEU_TEST_INS: {
|
||||
headstage_led_color(COLOR_YELLOW);
|
||||
INSTRUCTION.vgrp = 16;
|
||||
INSTRUCTION.vgrn = 16;
|
||||
INSTRUCTION.vgr_intp = 16;
|
||||
INSTRUCTION.vgr_intn = 16;
|
||||
INSTRUCTION.vgr_int_old = 16;
|
||||
INSTRUCTION.recording_channel = 2 ^ 7;
|
||||
INSTRUCTION.adc_clock_ratio = 200;
|
||||
INSTRUCTION.recording_channel = 0b0000000010000000;
|
||||
INSTRUCTION.adc_clock_ratio = 100;
|
||||
INSTRUCTION.sys_clk_ratio = 10;
|
||||
INSTRUCTION.sti_clock_ratio = 10;
|
||||
INSTRUCTION.amplifier_gain = 0;
|
||||
|
||||
Reference in New Issue
Block a user