diff --git a/en/peripherals/machine.UART.md b/en/peripherals/machine.UART.md index 02e95b011e1bf670201f607744285dfb435dc7d1..658f302a5dc83e84fd5c7279470580f1cfd42954 100644 --- a/en/peripherals/machine.UART.md +++ b/en/peripherals/machine.UART.md @@ -6,63 +6,1445 @@ This class transmits data through the UART. ### `machine.UART` -```python -class machine.UART(UART.UARTn, buadrate, databits, parity, stopbits, flowctl) -``` - -**Parameter:** - -- `UARTn` - Integer type. UART number.
`UART0` - DEBUG PORT
`UART1` - BT PORT
`UART2` - MAIN PORT
`UART3` - USB CDC PORT (BG95M3 series module does not support it.)
`UART4` - STDOUT PORT (Only EC200U/EC600U/EG915U series module supports it. ) - -- `buadrate` - Integer type. Baud rate. Some common baud rates are supported, like `4800`, `9600`, `19200`, `38400`, `57600`, `115200` and `230400`. - - EC200U/EC600U/EG912U/EG915U series support 2400、4800、9600、14400、19200、28800、33600、38400、57600、115200、230400、460800、921600、1000000. - -- `databits` - Integer type. Data bit. Range: [5–8]. EC600U/EC200U/EG915U/EC800G series module only supports 8 data bits. - -- `parity` - Integer type. Parity check. `0` – NONE, `1` – EVEN, `2` – ODD. - -- `stopbits` - Integer type. Stop bit. Range: [1–2]. - -- `flowctl` - Integer type. Hardware control flow. `0` – FC_NONE, `1` – FC_HW. +
+
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
+ +
+
class machine.UART(UART.UARTn, baudrate, databits, parity, stopbits, flowctl)
+
+

Parametric Description

+ +
**UART Pin Correspondences:** -| Module | Pin | -| ------------- | ------------------------------------------------------------ | -| EC600U | UART1:
TX: pin124
RX: pin123
UART2:
TX: pin32
RX: pin31
RTS:pin34
CTS:pin33
UART4:
TX: pin103
RX: pin104 | -| EC200U | UART1:
TX: pin138
RX: pin137
UART2:
TX: pin67
RX: pin68
CTS:pin64
RTS:pin65
UART4:(EU200UXXAA not support)
TX: pin82
RX: pin81 | -| EC200A/UC200A | UART0:(advise to use other ports)
TX: pin12
RX: pin11
UART1:
TX: pin63
RX: pin66
UART2:
TX: pin67
RX: pin68 | -| EC600S/EC600N | UART0:
TX: pin71
RX: pin72
UART1:
TX: pin3
RX: pin2
UART2:
TX: pin32
RX: pin31 | -| EC100Y | UART0:
TX: pin21
RX: pin20
UART1:
TX: pin27
RX: pin28
UART2:
TX: pin50
RX: pin49 | -| EC800N | UART0:
TX: pin39
RX: pin38
UART1:
TX: pin50
RX: pin51
UART2:
TX: pin18
RX: pin17 | -| BC25 | UART1:
TX: pin29
RX: pin28 | -| BG95 | UART0:
TX: pin23
RX: pin22
UART1:
TX: pin27
RX: pin28
UART2:
TX: pin64
RX: pin65
uart4:
TX:pin35
RX:pin34 | -| EC600M | UART0:
TX: pin71
RX: pin72
UART1 (flowctl = 0):
TX: pin3
RX: pin2
UART1 (flowctl = 1):
TX: pin33
RX: pin34
UART2:
TX: pin32
RX: pin31 | -| EG915U | UART1:
TX: pin27
RX: pin28
UART2:
TX: pin35
RX: pin34
CTS:pin36
RTS:pin37
UART4:
TX: pin19
RX: pin18 | -| EC800M/EG810M | UART0:
TX: pin39
RX: pin38
UART1 (flowctl = 0):
TX: pin50
RX: pin51
UART1(flowctl = 1):
TX: pin22
RX: pin23
Note: UART1 is unavailable for EC800MCNGA、CNGD / EG810MCNGA module.
UART2:
TX: pin18
RX: pin17
uart4:
TX:pin29
RX:pin28 | -| EG800P | uart0:
TX: pin39
RX: pin38
uart1:
TX: pin22
RX: pin23
uart2:
TX:pin18
RX:pin17
RTS:pin23
CTS:pin22
uart3:
TX:pin29
RX:pin28 | -| EG912N | UART0:
TX: pin23
RX: pin22
UART1 (flowctl = 0):
TX: pin27
RX: pin28
UART1 (flowctl = 1):
TX: pin36
RX: pin37
UART2:
TX: pin35
RX: pin34 | -| EG912U | UART1:
TX: pin27
RX: pin28
UART2:
TX: pin35
RX: pin34
CTS:pin36
RTS:pin37
UART4:(EG912UGL_AA unsupported)
TX:pin19
RX:pin18 | -| FCM362K | UART1:
TX: pin35
RX: pin34
UART2:
TX: pin28
RX: pin27
| -| BC32 | UART0:
TX: pin21
RX: pin22 | -| BC92 | UART0:
TX: pin22
RX: pin21 | -| EG915N | UART0:
TX: pin23
RX: pin22
UART1 :
TX: pin27
RX: pin28
UART2 :
TX: pin35
RX: pin34
CTS:pin36
RTS:pin37
UART4:(EG915NEU_AG unsupported)
TX: pin36
RX: pin37 | - -> 1.When UART1 of EC600M/EC800M/EG912N series module is in flowctl = 1 state, modules only map UART1 to different pins but flow control is not enabled. -> -> 2.BG95 series module use UART4, need call modem.main_uart_enable_set(1) to enable UART4 and reset module to take effect,as follow: -> -> ```python -> import modem -> #get Main_UART state 1-enabled,0-disabled -> modem.main_uart_enable_get() -> #set Main_UART 1-enable,0-disable,need reset module to take effect -> modem.main_uart_enable_set(1) -> ``` -> ->3.After initialization of FCM362K UART1, the interface cannot be used. You need to execute uart1.close() in the code or restart the module to continue using the interface. - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART1pin124pin123
UART2pin32pin31pin34pin33
UART4pin103pin104
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART1pin138pin137
UART2pin67pin68pin65pin64
UART4pin82(EC200UXXAA is not supported.)pin81
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0(The use of other Uarts is recommended.)pin12pin11
UART1pin63(EC200ACN_LA: pin26)pin66(EC200ACN_LA: pin27)
UART2pin67pin68EC200ACN LA module UART1pin is different from other models.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0(The use of other Uarts is recommended.)pin12pin11
UART1pin63(EC200ACN_LA: pin26)pin66(EC200ACN_LA: pin27)EC200ACN LA module UART1pin is different from other models.
UART2pin67pin68
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin71pin72
UART1pin3pin2
UART2pin32pin31
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin71pin72
UART1pin3pin2
UART2pin32pin31
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin21pin20
UART1pin27pin28
UART2pin50pin49
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin39pin38
UART1pin50pin51
UART2pin18pin17
+ + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART1pin29pin28
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin23pin22
UART1pin27pin28
UART2pin64pin65
UART4pin35pin34
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin71pin72
UART1(flowctl = 0)pin3pin2
UART1(flowctl = 1)pin33pin34
UART2pin32pin31
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART1pin27pin28
UART2pin35pin34pin37pin36
UART4pin19pin18
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0pin39pin38
UART1(flowctl = 0)pin50pin51UART1 is not available for EC800MCNGA, CNGB, CNGD/ EG810MCNGA, and CNGB modules.
UART1(flowctl = 1)pin22pin23
UART2pin18pin17
UART4pin29pin28
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0pin39pin38
UART1(flowctl = 0)pin50pin51UART1 is not available for EC800MCNGA, CNGB, CNGD/ EG810MCNGA, and CNGB modules.
UART1(flowctl = 1)pin22pin23
UART2pin18pin17
UART4pin29pin28
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin23pin22
UART1(flowctl = 0)pin27pin28
UART1(flowctl = 1)pin36pin37
UART2pin35pin34
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin71pin72
UART1(EC600ECN LE&LQ is not available.)pin70pin69
UART2pin32pin31
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin39pin38
UART1pin29pin28
UART2pin18pin17
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART0pin124pin123
UART2pin32pin31 pin34 pin33
UART4pin116pin9
UART5pin125pin126
UART6pin106pin105
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART1pin29pin28
UART2pin18pin17
UART5pin23pin22
UART6pin86pin83
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART1pin27pin28
UART2pin35pin34pin37pin36
UART4(EG912UGL AA is not available.)pin19pin18
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin71pin72
UART1(flowctl = 0)pin3pin2
UART1(flowctl = 1)pin33pin34
UART2pin32pin31
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0pin39pin38
UART1(flowctl = 0)pin50pin51EG800KCN is not available.
UART1(flowctl = 1)pin22pin23EG800KCN is not available.
UART2pin18pin17
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinAttention
UART0pin39pin38
UART1(flowctl = 0)pin50pin51EG800KCN is not available.
UART1(flowctl = 1)pin22pin23EG800KCN is not available.
UART2pin18pin17
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART0pin39pin38
UART1pin22pin23
UART2pin18pin17 pin23 pin22
UART3pin29pin28
+ + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART1pin27pin26
UART2pin20pin19
+ + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART1pin35pin34
UART2pin28pin27
+ + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin21pin22
+ + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin22pin21
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pinRTS pinCTS pin
UART0pin23pin22
UART1pin27pin28
UART2pin35pin34pin36pin37
UART4(EG915NEU_AG unsupported.)pin36pin37
+ + + + + + + + + + + + + + + + + + + + + + + + + +
UART numberTX pinRX pin
UART0pin39pin38
UART1pin29pin28
UART2pin18pin17
+ +
+ +
+
+

1.To use UART4 in BG95 series, you need to call modem.main_uart_enable_set(1) to enable UART4, and restart it as follows.

+
    +
    import modem
    modem.main_uart_enable_get()
    #获取Main_UART使能状态 1-使能,0-不使能
    modem.main_uart_enable_set(1)
    #设置Main_UART使能状态 1-使能,0-不使能,重启生效 +
    +
+
+
+ +
+
+

1. When flowctl = 1, uart1 of EC600M only maps uart1 to different pins, and the flow control function is not turned on.

+
+ +
+
+

1, when flowctl = 1, uart1 of EC800M only maps uart1 to different pins, and the flow control function is not turned on.

+
+ +
+

1. When flowctl = 1, uart1 of EG810M only maps uart1 to different pins, and the flow control function is not turned on.

+
+ +
+

1. When flowctl = 1, uart1 of EG912N only maps uart1 to different pins, and the flow control function is not turned on.

+
+ +
+

1, when flowctl = 1, uart1 of EC600K only maps uart1 to different pins, and the flow control function is not turned on.

+
+ +
+

1, when flowctl = 1, uart1 of EC800K only maps uart1 to different pins, and the flow control function is not turned on.

+
+
+ +
+
+

1. The interaction port of FCM360W UART2 will not be used after it is initialized. You need to execute uart2.close() in the code or restart the module to continue to use the interaction port.

+
+
+ +
+
+

1, FCM362K UART1 is initialized after the interaction port will not be able to use, you need to execute uart1.close() in the code or restart the module to continue to use the interaction port.

+
+
**Example:** diff --git a/en/peripherals/misc.ADC.md b/en/peripherals/misc.ADC.md index 50f89e88735870e313c4cc00823ec4fc3abfba05..1a908ed558265008f1ac45a4bdb6d63fc8bd93cd 100644 --- a/en/peripherals/misc.ADC.md +++ b/en/peripherals/misc.ADC.md @@ -62,13 +62,491 @@ If successful, a specified channel voltage value is returned. **Mapping Relationship Between ADC Passages and Pysical Pins:** -The corresponding pins of EC100Y series module are as follows:
ADC0 – pin39
ADC1 – pin81
The corresponding pin of EC600S/EC600N series module is as follows:
ADC0 – pin19
The corresponding pins of EC600M series module is as follows:
ADC0 – pin19
ADC1 – pin20
The corresponding pin of EC800N series module is as follows:
ADC0 – pin9
The corresponding pins of EC600U series module is as follows:
ADC0 – pin19
ADC1 – pin20
ADC2 – pin113
ADC3 – pin114
The corresponding pins of EC200U series module is as follows:
ADC0 – pin45
ADC1 – pin44
ADC2 – pin43
The corresponding pins of EC200A/UC200A series module is as follows:
ADC0 – pin45
ADC1 – pin44
The corresponding pin of BG95 series module is as follows:
ADC0 – pin24
The corresponding pins of EG915U series module is as follows:
ADC0 – pin24
ADC1 – pin2
The corresponding pins of EC800M/EG810M series module is as follows:
ADC0 – pin9
ADC1 – pin96
The corresponding pins of EG912N series module is as follows:
ADC0 – pin24
ADC1 – pin2
The corresponding pins of EG912U series module is as follows:
ADC0 – pin24
ADC1 – pin2 +
+ + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
-The corresponding pins of BC32 series module is as follows:
ADC0 – pin2 + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
ADC1Pin number20
-The corresponding pins of BC92 series module is as follows:
ADC0 – pin2 + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
-The corresponding pins of EG915N series module is as follows:
ADC0 – pin24
ADC1 – pin2 + + + + + + + + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
ADC1Pin number20
ADC2Pin number113
ADC3Pin number114
+ + + + + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number45
ADC1Pin number44
ADC2Pin number43
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number45
ADC1Pin number44
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number45
ADC1Pin number44
+ + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number24
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number24
ADC1Pin number2
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number24
ADC1Pin number2
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
ADC1Pin number20
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
ADC1Pin number20
ADC2Pin number113
ADC3Pin number114
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number24
ADC1Pin number2
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number19
ADC1Pin number20
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ + + + + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number8
ADC1Pin number7
ADC2Pin number6
+ + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number2
+ + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number2
+ + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number24
ADC1Pin number2
+ + + + + + + + + + + + + + + + + + + +
ADC numberPin correspondence
ADC0Pin number9
ADC1Pin number96
+ +
### ADC.close @@ -84,9 +562,464 @@ ADC.close() ## Constants -| Constant | Description | Module | -| -------- | ------------- | ------------------------------------------------------------ | -| ADC.ADC0 | ADC channel 0 | EC600S/EC600N/EC100Y/EC600U/EC200U/BC25PA/EC800N/BG95M3/EC200A/EC600M/
EG915U/EC800M/EG912N/EG912U/BC32/BC92/EG915N | -| ADC.ADC1 | ADC channel 1 | EC600U/EC200U/EC200A/EC600M/EG915U/EC800M/EG912N/EG912U/EG915N | -| ADC.ADC2 | ADC channel 2 | EC600U/EC200U | -| ADC.ADC3 | ADC channel 3 | EC600U | \ No newline at end of file +
+ + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
ADC.ADC2ADC channel 2
ADC.ADC3ADC channel 3
+ + + + + + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
ADC.ADC2ADC channel 2
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
ADC.ADC2ADC channel 2
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ + + + + + + + + + + + + + + + + + +
ConstantDescription
ADC.ADC0ADC channel 0
ADC.ADC1ADC channel 1
+ +
\ No newline at end of file