#include "main.h"
Go to the source code of this file.
Macros | |
#define | TXD_PIN (11UL) |
#define | RXD_PIN (12UL) |
Functions | |
void | UARTEinit (void) |
Functions for UART usage. More... | |
void | UARTEreceive (void) |
void | UARTEsend (volatile uint8_t *) |
void | prepareUARTforOFFmode (void) |
#define RXD_PIN (12UL) |
#define TXD_PIN (11UL) |
void prepareUARTforOFFmode | ( | void | ) |
void UARTEinit | ( | void | ) |
Functions for UART usage.
void UARTEreceive | ( | void | ) |
void UARTEsend | ( | volatile uint8_t * | ) |