天嵌二次封装库使用手册  V2.1.2
libtq.h
浏览该文件的文档.
1 
7 #ifndef LINUX_LIBV2_SOURCE_LIB_TQ_H_
8 #define LINUX_LIBV2_SOURCE_LIB_TQ_H_
9 
10 // Copyright 2024
11 #include "adc/tq_adc.h"
12 #include "gpio/tq_gpio.h"
13 #include "bluetooth/tq_bluetooth.h"
14 #include "can/tq_can.h"
15 #include "disk/tq_disk.h"
16 #include "env/tq_env.h"
17 #include "fbutil/lib_fbraw.h"
18 #include "gsm/tq_gsm.h"
20 #include "i2c/tq_i2c.h"
21 #include "iniparser/iniparser.h"
22 #include "network/tq_network.h"
23 #include "ota/tq_ota.h"
24 #include "common/tq_common.h"
25 #include "uart/tq_uart.h"
26 #include "spi/tq_spi.h"
27 #include "backlight/tq_backlight.h"
28 #include "getinput/tq_getinput.h"
29 #include "pwm/tq_pwm.h"
30 #include "sfwdg/tq_sfwdg.h"
31 #include "wdg/tq_wdg.h"
32 #include "usb_camera/tq_uvc.h"
33 #include "usb_camera2/tq_uvc2.h"
34 #include "wifi/tq_wifi.h"
35 
36 #endif // LINUX_LIBV2_SOURCE_LIB_TQ_H_
ini文件解析器.