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@0:be95bfb06686, 2022-01-17 (annotated)
- Committer:
- wuliqunyy
- Date:
- Mon Jan 17 13:20:09 2022 +0000
- Revision:
- 0:be95bfb06686
a working non_flat + adc_didt for ehp regulation version
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wuliqunyy | 0:be95bfb06686 | 1 | #ifndef UART_MBED_FPGA_H |
wuliqunyy | 0:be95bfb06686 | 2 | #define UART_MBED_FPGA_H |
wuliqunyy | 0:be95bfb06686 | 3 | |
wuliqunyy | 0:be95bfb06686 | 4 | void uart_print(char *buffer); |
wuliqunyy | 0:be95bfb06686 | 5 | void uart_write(char *buffer); |
wuliqunyy | 0:be95bfb06686 | 6 | void uart_read(char *buffer); |
wuliqunyy | 0:be95bfb06686 | 7 | void uart_start(); |
wuliqunyy | 0:be95bfb06686 | 8 | void uart_I2C_test_pass(); |
wuliqunyy | 0:be95bfb06686 | 9 | void uart_I2C_test_fail(); |
wuliqunyy | 0:be95bfb06686 | 10 | void uart_ram_dump_finish(); |
wuliqunyy | 0:be95bfb06686 | 11 | |
wuliqunyy | 0:be95bfb06686 | 12 | |
wuliqunyy | 0:be95bfb06686 | 13 | #endif |