This commit is contained in:
2026-04-14 19:59:36 +09:00
parent 53a72e35dd
commit e659db6dbf
5 changed files with 15 additions and 7 deletions

View File

@@ -605,6 +605,9 @@ dr_adc_err_t dr_adc_burst_capture_transmit(uint8_t freq_option, uint16_t delay_u
/*--- Step 2: Select piezo channel ---*/
dr_piezo_select_channel(piezo_ch);
/* MUX 전환 후 S/H 커패시터 안정화를 위한 dummy read */
(void)spim_read_raw();
/*--- Step 3~5: Burst + Delay + Capture ---*/
if (averaging == 1) {
/*=== SINGLE MEASUREMENT (no averaging) - direct path ===*/