Home
last modified time | relevance | path

Searched refs:veml (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/sensor/veml6031/src/
Dmain.c79 const struct device *const veml = DEVICE_DT_GET(DT_NODELABEL(light)); in main() local
81 if (!device_is_ready(veml)) { in main()
87 read_with_all_attr(veml); in main()