MegaWiFi 1.5
MegaWiFi API documentation
|
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... | |
Pins used to control WiFi module.
#define MW__DAT UART_MSR__DSR |
Data request in.
Definition at line 90 of file megawifi.h.
#define MW__PD UART_MCR__DTR |
Power Down out.
Definition at line 89 of file megawifi.h.
#define MW__PRG UART_MCR__OUT2 |
Program out.
Definition at line 88 of file megawifi.h.
#define MW__RESET UART_MCR__OUT1 |
Reset out.
Definition at line 87 of file megawifi.h.