mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
# Copyright (c) 2020 Locha Inc
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
#
|
|
|
|
menu "GP2Y10xx driver"
|
|
depends on USEMODULE_GP2Y10XX
|
|
|
|
config GP2Y10XX_MAX_READINGS
|
|
int "Numbers of readings to use for average ADC value"
|
|
default 10
|
|
help
|
|
This configures the maximum number of ADC readings to calculate
|
|
the average ADC value.
|
|
|
|
endmenu # GP2Y10xx driver
|