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:
- 25:8367b3fe2891
- Parent:
- 16:a0bfe33f8a4a
--- a/uart_mbed.h Tue Jun 08 07:58:57 2021 +0000 +++ b/uart_mbed.h Tue Jun 08 08:39:42 2021 +0000 @@ -2,6 +2,7 @@ #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();