diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2021-11-13 23:59:55 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2021-11-13 23:59:55 +0100 |
| commit | 560b35559fb810ba3c0a85c24de59735c74e784e (patch) | |
| tree | d92bd44978b5e8f79d83756e947d0ad68b6343d2 /src/app/adctest/Kconfig | |
| parent | 2042fd5305117b5bad604803e641cdc883b50ddc (diff) | |
add adctest app
Diffstat (limited to 'src/app/adctest/Kconfig')
| -rw-r--r-- | src/app/adctest/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/adctest/Kconfig b/src/app/adctest/Kconfig new file mode 100644 index 0000000..4739855 --- /dev/null +++ b/src/app/adctest/Kconfig @@ -0,0 +1,6 @@ +# Copyright 2021 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "ADC Test" +depends on meta_driver_adc && arch_arduino_nano && loop && !wakeup |
