From 05ef86d34b9970f55453b0faef3e8e1b911065c5 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 28 Aug 2020 11:44:02 +0200 Subject: [PATCH] Update adc.md fixed ADC channel def --- content/firmwareapi/pycom/machine/adc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/firmwareapi/pycom/machine/adc.md b/content/firmwareapi/pycom/machine/adc.md index 6cd3839..dff356e 100644 --- a/content/firmwareapi/pycom/machine/adc.md +++ b/content/firmwareapi/pycom/machine/adc.md @@ -73,9 +73,9 @@ Connects the internal `1.1v` to external `GPIO`. It can only be connected to `P2 >Note: The voltages will automatically be corrected by `adcchannel.voltage()` +## ADCChannel - created upon initialisation of an ADC Channel +The following methods can be applied on the `adcchannel()` instance. ADC channels are created using the `ADC.channel(...)` method. -The following methods can be applied on the `adcchannel()` instance. ADC channels are created using the `ADC.channel` method. -## ADCChannel() ### adcchannel()