burst 간 gap 500us에서 650 us로 변경
- 데이터 안정화를 위함
This commit is contained in:
@@ -22,8 +22,17 @@
|
|||||||
#define PIEZO_CFG_SAMPLES_MIN 80
|
#define PIEZO_CFG_SAMPLES_MIN 80
|
||||||
#define PIEZO_CFG_SAMPLES_MAX 117
|
#define PIEZO_CFG_SAMPLES_MAX 117
|
||||||
#define PIEZO_CFG_DELAY_MAX_US 50
|
#define PIEZO_CFG_DELAY_MAX_US 50
|
||||||
|
|
||||||
|
/*
|
||||||
|
* piezo_select_channel() 안에서 MUX settle 1.3 ms를 이미 기다린 뒤,
|
||||||
|
* measurement layer에서 analog path/ADC 입력 안정화를 위해 0.5 ms를 한 번 더 기다린다.
|
||||||
|
*/
|
||||||
#define PIEZO_POST_SELECT_SETTLE_US 500
|
#define PIEZO_POST_SELECT_SETTLE_US 500
|
||||||
#define PIEZO_AVG_INTER_BURST_GAP_US 500
|
|
||||||
|
/* 평균/dummy burst 사이의 회복 시간 */
|
||||||
|
#define PIEZO_AVG_INTER_BURST_GAP_US 650
|
||||||
|
|
||||||
|
/* real capture 전에 같은 채널에서 버스트+ADC capture를 버리는 횟수(dummy) */
|
||||||
#define PIEZO_DUMMY_CAPTURE_COUNT 5
|
#define PIEZO_DUMMY_CAPTURE_COUNT 5
|
||||||
|
|
||||||
/* 6채널 sweep 결과 (각 채널의 평균 완료 후 최종만 저장) */
|
/* 6채널 sweep 결과 (각 채널의 평균 완료 후 최종만 저장) */
|
||||||
|
|||||||
Reference in New Issue
Block a user