We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a766b commit 56e1a76Copy full SHA for 56e1a76
peripherals/sensors/sr04/Kconfig
@@ -2,6 +2,8 @@
2
# Kconfig file for package sr04
3
menuconfig PKG_USING_SR04
4
bool "HC-SR04 sensor driver package."
5
+ select RT_USING_HWTIMER
6
+ select RT_USING_SENSOR
7
default n
8
9
if PKG_USING_SR04
0 commit comments