17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
config ADC_SENSOR
|
|
bool "ADC sensor library"
|
|
default y
|
|
help
|
|
Enable ADC sensor library for voltage and current measurements.
|
|
|
|
if ADC_SENSOR
|
|
|
|
config ADC_SENSOR_SIMULATED
|
|
bool "Use simulated ADC readings"
|
|
default n
|
|
help
|
|
Use simulated values instead of real ADC readings.
|
|
Voltage: 12000mV, Current: 45mA
|
|
|
|
endif # ADC_SENSOR
|