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.
Diff: uart_mbed.h
- Revision:
- 0:be95bfb06686
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uart_mbed.h Mon Jan 17 13:20:09 2022 +0000 @@ -0,0 +1,13 @@ +#ifndef UART_MBED_FPGA_H +#define UART_MBED_FPGA_H + +void uart_print(char *buffer); +void uart_write(char *buffer); +void uart_read(char *buffer); +void uart_start(); +void uart_I2C_test_pass(); +void uart_I2C_test_fail(); +void uart_ram_dump_finish(); + + +#endif