uart_library:Beaglebone的UART库 源码

spatial39191 8 0 ZIP 2021-02-19 12:02:31

C语言中Beaglebone的UART库 该存储库包含C语言中的功能UART库 适用于Beaglebone的所有变体。 控制Beaglebone Black Rev3的3个UART 用法示例 # include " uart.h " /* This is needed for the functioning of the libray. */ int main () { uart_init (); /* Inititialize the UART */ char *rec; /* A buffer to store the reception */

用户评论
请输入评论内容
评分:
暂无评论