|
Contiki 2.5
|
Machine dependent STM32W UART1 code.More...
#include <stdio.h>#include <stdlib.h>#include "sys/energest.h"#include "dev/uart1.h"#include "dev/watchdog.h"#include "lib/ringbuf.h"#include "dev/leds.h"Go to the source code of this file.
Functions | |
| void | uart1_init (unsigned long ubr) |
| Initalize the RS232 port. | |
1.8.3.1