Compare commits
2 Commits
47a31c1eb4
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ec6afec36 | |||
| 6cb927e831 |
@@ -795,6 +795,9 @@ dr_adc_err_t dr_adc_capture_channel_only(uint8_t freq_option, uint16_t delay_us,
|
|||||||
/* 채널 선택(MUX) : 1.3ms */
|
/* 채널 선택(MUX) : 1.3ms */
|
||||||
dr_piezo_select_channel(piezo_ch);
|
dr_piezo_select_channel(piezo_ch);
|
||||||
|
|
||||||
|
/* MUX 전환 후 S/H 커패시터 안정화를 위한 dummy read */
|
||||||
|
(void)spim_read_raw();
|
||||||
|
|
||||||
/* 채널당 반복 측정 횟수만큼 */
|
/* 채널당 반복 측정 횟수만큼 */
|
||||||
for (uint16_t avg_iter = 0; avg_iter < averaging; avg_iter++)
|
for (uint16_t avg_iter = 0; avg_iter < averaging; avg_iter++)
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user