:9.984MB : :1 :2022-10-09 16:24:23
SC92F8X4XB高灵敏度触控资料如果开发者对于本文件有需要的可以参考。
SC92F8X4XB高灵敏度触控资料
├── Demo_Code
│ ├── T1
│ │ ├── SC92F8X4XB_T1_Demo_Code
│ │ ├── SC92F8X4XB_T1_Demo_Code.M51
│ │ ├── SC92F8X4XB_T1_Demo_Code.hex
│ │ ├── SC92F8X4XB_T1_Demo_Code.lnp
│ │ ├── SC92F8X4XB_T1_Demo_Code.plg
│ │ ├── SC92F8X4XB_T1_Demo_Code.uvgui.SOC1701
│ │ ├── SC92F8X4XB_T1_Demo_Code.uvgui.yanni
│ │ ├── SC92F8X4XB_T1_Demo_Code.uvgui_SOC1701.bak
│ │ ├── SC92F8X4XB_T1_Demo_Code.uvopt
│ │ ├── SC92F8X4XB_T1_Demo_Code.uvproj
│ │ ├── SC92F8X4XB_T1_Demo_Code_uvopt.bak
│ │ ├── SC92F8X4XB_T1_Demo_Code_uvproj.bak
│ │ ├── SC92F8X6X_T1_Demo_Code.plg
│ │ ├── STARTUP.A51
│ │ ├── STARTUP.LST
│ │ ├── STARTUP.OBJ
│ │ ├── S_TouchKeyCFG.__i
│ │ ├── S_TouchKeyCFG.lst
│ │ ├── S_TouchKeyCFG.obj
│ │ ├── c
│ │ │ └── mian.c
│ │ ├── h
│ │ │ ├── SC92F844xB_C.H
│ │ │ └── data_type.h
│ │ ├── lib
│ │ │ ├── SC92F8X4XB_HighSensitive_Lib_T1_V1.0.5.LIB
│ │ │ ├── S_TOUCHKEYCFG.H
│ │ │ ├── S_TouchKeyCFG.C
│ │ │ └── SensorMethod.h
│ │ ├── mian.__i
│ │ ├── mian.lst
│ │ └── mian.obj
│ └── T2
│ ├── SC92F8X4XB_T2_Demo_Code
│ ├── SC92F8X4XB_T2_Demo_Code.M51
│ ├── SC92F8X4XB_T2_Demo_Code.hex
│ ├── SC92F8X4XB_T2_Demo_Code.lnp
│ ├── SC92F8X4XB_T2_Demo_Code.plg
│ ├── SC92F8X4XB_T2_Demo_Code.uvgui.SOC1701
│ ├── SC92F8X4XB_T2_Demo_Code.uvgui.yanni
│ ├── SC92F8X4XB_T2_Demo_Code.uvgui_SOC1701.bak
│ ├── SC92F8X4XB_T2_Demo_Code.uvopt
│ ├── SC92F8X4XB_T2_Demo_Code.uvproj
│ ├── SC92F8X4XB_T2_Demo_Code_uvopt.bak
│ ├── SC92F8X4XB_T2_Demo_Code_uvproj.bak
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── S_TouchKeyCFG.__i
│ ├── S_TouchKeyCFG.lst
│ ├── S_TouchKeyCFG.obj
│ ├── c
│ │ └── mian.c
│ ├── h
│ │ ├── SC92F844xB_C.H
│ │ └── data_type.h
│ ├── lib
│ │ ├── SC92F8X4XB_HighSensitive_Lib_T2_V1.0.5.LIB
│ │ ├── S_TOUCHKEYCFG.H
│ │ ├── S_TouchKeyCFG.C
│ │ └── SensorMethod.h
│ ├── mian.__i
│ ├── mian.lst
│ └── mian.obj
├── 动态调试库
│ └── SOC_DebugTouchKey_Lib
│ ├── SC92F8X4XB_HighSensitiveTKDynamicDebug_V1.0.0.LIB
│ └── SOC_DebugTouchKey.h
├── 静态调试烧录码
│ └── SC92F8X4XB_HighSensitiveTKStaticDebug_V1.0.5.hex
└── 触控库及使用说明
├── T1
│ ├── lib
│ │ ├── SC92F8X4XB_HighSensitive_Lib_T1_V1.0.5.LIB
│ │ ├── S_TOUCHKEYCFG.H
│ │ ├── S_TouchKeyCFG.C
│ │ └── SensorMethod.h
│ └── 赛元SC92F_93F系列TouchKey MCU 应用指南v1.4.pdf
└── T2
├── lib
│ ├── SC92F8X4XB_HighSensitive_Lib_T2_V1.0.5.LIB
│ ├── S_TOUCHKEYCFG.H
│ ├── S_TouchKeyCFG.C
│ └── SensorMethod.h
└── 赛元SC92F_93F系列TouchKey MCU 应用指南v1.4.pdf
17 directories, 70 files