send ADC notify back

This commit is contained in:
alan
2019-05-17 15:39:41 +08:00
parent 759f7dbc72
commit e9d27886ed
@@ -267,11 +267,10 @@ static void IV_Plot(){
}
static void cyclic_Voltammetry(){
uint8_t ADC_buffer[4];
DAC_outputV(0x30, 0x7F, 0xF0);
ADC_write(0x00);
ADC_read(ADC_buffer);
ADC_read();
}