Show / Hide Table of Contents

    Enum DeviceFunction

    Defines values used to change pin configuration via the GPIO alternate drivemode interface.

    Namespace: nanoFramework.Hardware.Esp32
    Assembly: nanoFramework.Hardware.Esp32.dll
    Syntax
    public enum DeviceFunction

    Fields

    Name Description
    ADC1_CH0

    ADC1 channel 0

    ADC1_CH1

    ADC1 channel 1

    ADC1_CH10

    ADC1 channel 10 Internally ESP32 Adc2 channel 10

    ADC1_CH11

    ADC1 channel 11 Internally ESP32 Adc2 channel 11

    ADC1_CH12

    ADC1 channel 12 Internally ESP32 Adc2 channel 12

    ADC1_CH13

    ADC1 channel 13 Internally ESP32 Adc2 channel 13

    ADC1_CH14

    ADC1 channel 14 Internally ESP32 Adc2 channel 14

    ADC1_CH15

    ADC1 channel 15 Internally ESP32 Adc2 channel 15

    ADC1_CH16

    ADC1 channel 16 Internally ESP32 Adc2 channel 16

    ADC1_CH17

    ADC1 channel 17 Internally ESP32 Adc2 channel 17

    ADC1_CH18

    ADC1 channel 18 Internally ESP32 Adc2 channel 18

    ADC1_CH19

    ADC1 channel 19 Internally ESP32 Adc2 channel 19

    ADC1_CH2

    ADC1 channel 2

    ADC1_CH3

    ADC1 channel 3

    ADC1_CH4

    ADC1 channel 4

    ADC1_CH5

    ADC1 channel 5

    ADC1_CH6

    ADC1 channel 6

    ADC1_CH7

    ADC1 channel 7

    ADC1_CH8

    ADC1 channel 8 Internal Temperture sensor (VP)

    ADC1_CH9

    ADC1 channel 9 Internal Hall Sensor (VN)

    COM1_CTS

    Device function Clear to Send(CTS) for COM1

    COM1_RTS

    Device function Request to Send(RTS) for COM1

    COM1_RX

    Device function RX data for COM1

    COM1_TX

    Device function TX data for COM1

    COM2_CTS

    Device function Clear to Send(CTS) for COM2

    COM2_RTS

    Device function Request to Send(RTS) for COM2

    COM2_RX

    Device function RX data for COM2

    COM2_TX

    Device function TX data for COM2

    COM3_CTS

    Device function Clear to Send(CTS) for COM3

    COM3_RTS

    Device function Request to Send(RTS) for COM3

    COM3_RX

    Device function RX data for COM3

    COM3_TX

    Device function TX data for COM3

    I2C1_CLOCK

    Device function CLOCK for I2C1

    I2C1_DATA

    Device function DATA for I2C1

    I2C2_CLOCK

    Device function CLOCK for I2C2

    I2C2_DATA

    Device function DATA for I2C2

    I2S1_BCK

    I2S1 function Bit Clock. Used for general purpose read and write on the I2S bus.

    I2S1_DATA_OUT

    I2S1 function DATA_OUT. Used for output data typically on a speaker.

    I2S1_MCK

    I2S1 function Master Clock. Used only in master mode.

    I2S1_MDATA_IN

    I2S1 function MDATA_IN. Used for input data typically from a microphone.

    I2S1_WS

    I2S1 function WS. Used if your have stereo.

    I2S2_BCK

    I2S2 function Bit Clock. Used for general purpose read and write on the I2S bus.

    I2S2_DATA_OUT

    I2S2 function DATA_OUT. Used for output data typically on a speaker.

    I2S2_MCK

    I2S2 function Master Clock. Used only in master mode.

    I2S2_MDATA_IN

    I2S2 function MDATA_IN. Used for input data typically from a microphone.

    I2S2_WS

    I2S2 function WS. Used if your have stereo.

    PWM1

    Device function PWM1

    PWM10

    Device function PWM10

    PWM11

    Device function PWM11

    PWM12

    Device function PWM12

    PWM13

    Device function PWM13

    PWM14

    Device function PWM14

    PWM15

    Device function PWM15

    PWM16

    Device function PWM16

    PWM2

    Device function PWM2

    PWM3

    Device function PWM3

    PWM4

    Device function PWM4

    PWM5

    Device function PWM5

    PWM6

    Device function PWM6

    PWM7

    Device function PWM7

    PWM8

    Device function PWM8

    PWM9

    Device function PWM9

    SPI1_CLOCK

    Device function CLOCK for SPI1

    SPI1_MISO

    Device function MISO for SPI1

    SPI1_MOSI

    Device function MOSI for SPI1

    SPI2_CLOCK

    Device function CLOCK for SPI2

    SPI2_MISO

    Device function MISO for SPI2

    SPI2_MOSI

    Device function MOSI for SPI2

    Extension Methods

    LogDispatcher.GetCurrentClassLogger()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX