Fork

Dependencies:   mbed libscpi

Committer:
bavovanachte
Date:
Thu Jun 10 13:29:48 2021 +0000
Revision:
31:0475756cede6
Parent:
25:8367b3fe2891
Implemented; - Word write; - SPEED aliases

Who changed what in which revision?

UserRevisionLine numberNew 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);
bavovanachte 25:8367b3fe2891 5 void uart_write(char *buffer);
wuliqunyy 16:a0bfe33f8a4a 6 void uart_read(char *buffer);
wuliqunyy 16:a0bfe33f8a4a 7 void uart_start();
wuliqunyy 16:a0bfe33f8a4a 8 void uart_I2C_test_pass();
wuliqunyy 16:a0bfe33f8a4a 9 void uart_I2C_test_fail();
wuliqunyy 16:a0bfe33f8a4a 10 void uart_ram_dump_finish();
wuliqunyy 16:a0bfe33f8a4a 11
wuliqunyy 16:a0bfe33f8a4a 12
wuliqunyy 16:a0bfe33f8a4a 13 #endif