![]() |
SWARM-Bot Firmware
v1.0
Mobile robot OS - Embedded C/C++
|
Header file for pid.c. More...
#include <asf.h>#include <stdio.h>#include <board.h>#include <conf_board.h>#include <util/delay.h>Go to the source code of this file.
Macros | |
| #define | BAUD 57600 |
| #define | RX_BUFSIZE 120 |
| #define | BRC ((F_CPU/(16UL*BAUD)) - 1) |
Functions | |
| void | usart_init (void) |
Header file for pid.c.
$RCSfile$
Definition in file __usart__.h.
| void usart_init | ( | void | ) |
Initialize the USART module with
| BAUD |
Referenced by board_init().