Buoyancy Firmware  1.0
Buoyancy Vehicle Firmware Documentation
UART.h File Reference
#include "main.h"
Include dependency graph for UART.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ RXD_PIN

#define RXD_PIN   (12UL)

◆ TXD_PIN

#define TXD_PIN   (11UL)

Function Documentation

◆ prepareUARTforOFFmode()

void prepareUARTforOFFmode ( void  )

◆ UARTEinit()

void UARTEinit ( void  )

Functions for UART usage.

◆ UARTEreceive()

void UARTEreceive ( void  )

◆ UARTEsend()

void UARTEsend ( volatile uint8_t )