Wavebubble 2010 Hardware Test
|
Go to the source code of this file.
Defines | |
#define | BAUDRATE 19200 |
Serial baudrate for terminal communication. | |
Functions | |
void | usart_init (void) |
void | pc_putc (char data) |
char | pc_getc (void) |
void | pc_puts (char *s) |
void | pc_puts_P (const char *s) |
void | putnum_ud (uint16_t n) |
Serial header file
#define BAUDRATE 19200 |
Serial baudrate for terminal communication.
Referenced by usart_init().
char pc_getc | ( | void | ) |
void pc_putc | ( | char | data | ) |
Send one byte to PC
data | Byte to send |
Referenced by pc_puts(), pc_puts_P(), pll_set_freq(), putnum_ud(), tune_if(), and tune_rf().
void pc_puts | ( | char * | s | ) |
void pc_puts_P | ( | const char * | s | ) |
Send flash string to PC
s | String to send, stored in flash, use PSTR macro |
References pc_putc().
Referenced by main(), pll_set_freq(), tune_if(), tune_rf(), and tune_rf_band().
void putnum_ud | ( | uint16_t | n | ) |
Print unsigned integer on terminal
n | Number to print on terminal |
References pc_putc().
Referenced by pll_set_freq(), tune_if(), tune_rf(), and tune_rf_band().