Add comment to ADC example
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 3 Nov 2022 16:53:28 +0000 (17:53 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:24 +0000 (17:14 +0100)
adc/main.c

index 6e4e02b..6589dd5 100644 (file)
@@ -53,6 +53,7 @@ const struct pio_config common_pins[] = {
 const struct pio_config adc_pins[] = {
        { LPC_ADC_AD0_PIO_0_30, LPC_IO_ANALOG },
        { LPC_ADC_AD1_PIO_0_31, LPC_IO_ANALOG },
+       /* Note that these 4 ones are not used in this example */
        { LPC_ADC_AD2_PIO_1_0,  LPC_IO_ANALOG },
        { LPC_ADC_AD3_PIO_1_1,  LPC_IO_ANALOG },
        { LPC_ADC_AD4_PIO_1_2,  LPC_IO_ANALOG },