Add comments to signal yet unsupported feature
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 21 Oct 2014 22:21:54 +0000 (00:21 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
include/drivers/adc.h

index 49999d7..0230f65 100644 (file)
@@ -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.