From 955fc5ff905b6dafc1debe43b11f6c379e4ac812 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Wed, 22 Oct 2014 00:21:54 +0200 Subject: [PATCH] Add comments to signal yet unsupported feature --- include/drivers/adc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/drivers/adc.h b/include/drivers/adc.h index 49999d7..0230f65 100644 --- a/include/drivers/adc.h +++ b/include/drivers/adc.h @@ -54,7 +54,9 @@ enum adc_events { */ int adc_get_value(uint16_t * val, int channel); -/* Start a conversion on the given channel (0 to 7) */ +/* Start a conversion on the given channel (0 to 7) + * Unsupported yet : Set use_int to 1 to have your interrupt callback called upon conversion done. + */ void adc_start_convertion_once(unsigned int channel, int use_int); /* Start burst conversions. -- 2.43.0