1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/srf04: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:04:00 +01:00
parent 841a32ecde
commit 32225f1bac
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,3 +13,8 @@ config MODULE_SRF04
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_GPIO_IRQ
select MODULE_XTIMER
config HAVE_SRF04
bool
help
Indicates that a SRF04 ultrasonic range finder is present.