Update adc.md

fixed adc channel class
This commit is contained in:
gijsio
2020-08-28 11:59:48 +02:00
parent 05ef86d34b
commit 3704fc474a

View File

@@ -73,7 +73,7 @@ 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
## Class 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.