MegaWiFi 1.5
MegaWiFi API documentation
mw_ctrl_pins

Pins used to control WiFi module. More...

Macros

#define MW__RESET   UART_MCR__OUT1
 Reset out. More...
 
#define MW__PRG   UART_MCR__OUT2
 Program out. More...
 
#define MW__PD   UART_MCR__DTR
 Power Down out. More...
 
#define MW__DAT   UART_MSR__DSR
 Data request in. More...
 

Detailed Description

Pins used to control WiFi module.

Macro Definition Documentation

◆ MW__DAT

#define MW__DAT   UART_MSR__DSR

Data request in.

Definition at line 90 of file megawifi.h.

◆ MW__PD

#define MW__PD   UART_MCR__DTR

Power Down out.

Definition at line 89 of file megawifi.h.

◆ MW__PRG

#define MW__PRG   UART_MCR__OUT2

Program out.

Definition at line 88 of file megawifi.h.

◆ MW__RESET

#define MW__RESET   UART_MCR__OUT1

Reset out.

Definition at line 87 of file megawifi.h.