Core/Src/board/miscdev.h
@@ -84,4 +84,19 @@ /* Get $which led current status */ extern int status_led(int which); /* *+----------------------------+ *| ADC noisy & lux sensor API | *+----------------------------+ */ enum { ADCCHN_NOISY, ADCCHN_LUX, ADCCHN_MAX, }; extern int adc_sample_lux_noisy(uint32_t *lux, uint32_t *noisy); #endif /* __MISCDEV_H */