UART example. More...
#include <stdio.h>
#include "nrf24le1.h"
#include "hal_uart.h"
#include "hal_clk.h"
Go to the source code of this file.
Functions | |
char | putchar (char c) |
char | getchar (void) |
void | putstring (char *s) |
void | main (void) |
UART example.
Definition in file main.c.