ADC 최대 샘플 수 118개로 수정
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define ECHO_ADC_MAX_SAMPLES 117
|
||||
#define ECHO_ADC_MAX_SAMPLES 118
|
||||
|
||||
int echo_adc_init(void);
|
||||
int echo_adc_wake(void);
|
||||
|
||||
Reference in New Issue
Block a user