在CC3200的软件包中,文件夹common中有gpio_if.c、timer_if.c、uart_if.c等等,而在文件夹driverlib中有gpio.c、timer.c、uart.c等,请问这两个文件夹中对应的c文件之间有什么关系?在写程序的时候是调用哪个文件夹中的c文件?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在CC3200的软件包中,文件夹common中有gpio_if.c、timer_if.c、uart_if.c等等,而在文件夹driverlib中有gpio.c、timer.c、uart.c等,请问这两个文件夹中对应的c文件之间有什么关系?在写程序的时候是调用哪个文件夹中的c文件?
common中gpio_if.c、timer_if.c、uart_if.c等等主要包含了对应的API,而在文件夹driverlib中gpio.c、timer.c、uart.c等主要是相应的驱动程序