Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
uart_mbed.h@16:a0bfe33f8a4a, 2021-05-21 (annotated)
- Committer:
- wuliqunyy
- Date:
- Fri May 21 12:42:56 2021 +0000
- Revision:
- 16:a0bfe33f8a4a
- Child:
- 25:8367b3fe2891
CLIM is working
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| wuliqunyy | 16:a0bfe33f8a4a | 1 | #ifndef UART_MBED_FPGA_H |
| wuliqunyy | 16:a0bfe33f8a4a | 2 | #define UART_MBED_FPGA_H |
| wuliqunyy | 16:a0bfe33f8a4a | 3 | |
| wuliqunyy | 16:a0bfe33f8a4a | 4 | void uart_print(char *buffer); |
| wuliqunyy | 16:a0bfe33f8a4a | 5 | void uart_read(char *buffer); |
| wuliqunyy | 16:a0bfe33f8a4a | 6 | void uart_start(); |
| wuliqunyy | 16:a0bfe33f8a4a | 7 | void uart_I2C_test_pass(); |
| wuliqunyy | 16:a0bfe33f8a4a | 8 | void uart_I2C_test_fail(); |
| wuliqunyy | 16:a0bfe33f8a4a | 9 | void uart_ram_dump_finish(); |
| wuliqunyy | 16:a0bfe33f8a4a | 10 | |
| wuliqunyy | 16:a0bfe33f8a4a | 11 | |
| wuliqunyy | 16:a0bfe33f8a4a | 12 | #endif |