uart_library:Beaglebone的UART库 源码
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 */
文件列表
uart_library-master.zip
(预估有个11文件)
uart_library-master
LICENSE
34KB
README.md
1KB
UART
src
uart.h
4KB
example.c
597B
Debug
src
subdir.mk
724B
暂无评论