在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → KEA128例程.zip

KEA128例程.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:85.83M
  • 下载次数:8
  • 浏览次数:63
  • 发布时间:2021-11-11
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
KEA128例程,内含ADC、FLASH、FTM_PWM、FTM_测速、GPIO、IRQ、KBI、PIT、UART、UART中断等例程。
【实例截图】
【核心代码】
4744302543384004144.zip
└── 库例程
├── ADC
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup (4) of KEA128.ewp
│   │   │   │   ├── Backup (5) of KEA128.ewp
│   │   │   │   ├── Backup (6) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── FLASH
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── FTM_PWM
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── FTM_测速
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── GPIO
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── IRQ
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup (4) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── KBI
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128_EditorBookmarks.xml
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── KEA128
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup (4) of KEA128.ewp
│   │   │   │   ├── Backup (5) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_bme.o
│   │   │   │   │   ├── KEA128_bme.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.lenovo
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   │   ├── KEA128.map
│   │   │   │   └── startup_skeaz1284.lst
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── common.d
│   │   │   ├── common.o
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── font.d
│   │   │   ├── font.o
│   │   │   ├── isr.crf
│   │   │   ├── isr.d
│   │   │   ├── isr.o
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_adc.d
│   │   │   ├── kea128_adc.o
│   │   │   ├── KEA128.axf
│   │   │   ├── KEA128.build_log.htm
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_flash.d
│   │   │   ├── kea128_flash.o
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_ftm.d
│   │   │   ├── kea128_ftm.o
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_gpio.d
│   │   │   ├── kea128_gpio.o
│   │   │   ├── KEA128.htm
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_i2c.d
│   │   │   ├── kea128_i2c.o
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_irq.d
│   │   │   ├── kea128_irq.o
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_kbi.d
│   │   │   ├── kea128_kbi.o
│   │   │   ├── KEA128_KEA128.dep
│   │   │   ├── KEA128.lnp
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_pit.d
│   │   │   ├── kea128_pit.o
│   │   │   ├── kea128_port.crf
│   │   │   ├── kea128_port.d
│   │   │   ├── kea128_port.o
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_spi.d
│   │   │   ├── kea128_spi.o
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_systick.d
│   │   │   ├── kea128_systick.o
│   │   │   ├── kea128_uart.crf
│   │   │   ├── kea128_uart.d
│   │   │   ├── kea128_uart.o
│   │   │   ├── main.crf
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   ├── misc.crf
│   │   │   ├── misc.d
│   │   │   ├── misc.o
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_18tft.d
│   │   │   ├── seekfree_18tft.o
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_fun.d
│   │   │   ├── seekfree_fun.o
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_iic.d
│   │   │   ├── seekfree_iic.o
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_l3g4200d.d
│   │   │   ├── seekfree_l3g4200d.o
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mma8451.d
│   │   │   ├── seekfree_mma8451.o
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_mpu6050.d
│   │   │   ├── seekfree_mpu6050.o
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_nrf24l01.d
│   │   │   ├── seekfree_nrf24l01.o
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_oled.d
│   │   │   ├── seekfree_oled.o
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   ├── seekfree_tsl1401.d
│   │   │   ├── seekfree_tsl1401.o
│   │   │   ├── startup_skeaz1284.d
│   │   │   ├── startup_skeaz1284.o
│   │   │   ├── system_skeaz1284.crf
│   │   │   ├── system_skeaz1284.d
│   │   │   └── system_skeaz1284.o
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   └── 逐飞科技KEA128库配置信息.pdf
├── PIT
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── UART
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── KEA128.out
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   │   └── KEA128.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.o
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.o
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.o
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.o
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.o
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.o
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.o
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.o
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.o
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.o
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.o
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.o
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.o
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.o
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.o
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.o
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.o
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.o
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.o
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.o
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.o
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.o
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.o
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.o
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.o
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.o
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── startup_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.o
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
├── UART中断
│   ├── Libraries
│   │   ├── drives
│   │   │   ├── inc
│   │   │   │   ├── common.h
│   │   │   │   ├── headfile.h
│   │   │   │   ├── KEA128_adc.h
│   │   │   │   ├── KEA128_flash.h
│   │   │   │   ├── KEA128_ftm.h
│   │   │   │   ├── KEA128_gpio.h
│   │   │   │   ├── KEA128_i2c.h
│   │   │   │   ├── KEA128_irq.h
│   │   │   │   ├── KEA128_kbi.h
│   │   │   │   ├── KEA128_pit.h
│   │   │   │   ├── KEA128_port_cfg.h
│   │   │   │   ├── KEA128_port.h
│   │   │   │   ├── KEA128_spi.h
│   │   │   │   ├── KEA128_systick.h
│   │   │   │   ├── KEA128_uart.h
│   │   │   │   └── misc.h
│   │   │   └── src
│   │   │   ├── common.c
│   │   │   ├── KEA128_adc.c
│   │   │   ├── KEA128_flash.c
│   │   │   ├── KEA128_ftm.c
│   │   │   ├── KEA128_gpio.c
│   │   │   ├── KEA128_i2c.c
│   │   │   ├── KEA128_irq.c
│   │   │   ├── KEA128_kbi.c
│   │   │   ├── KEA128_pit.c
│   │   │   ├── KEA128_port.c
│   │   │   ├── KEA128_spi.c
│   │   │   ├── KEA128_systick.c
│   │   │   ├── KEA128_uart.c
│   │   │   └── misc.c
│   │   ├── seekfree
│   │   │   ├── font.c
│   │   │   ├── font.h
│   │   │   ├── SEEKFREE_18TFT.c
│   │   │   ├── SEEKFREE_18TFT.h
│   │   │   ├── SEEKFREE_FUN.c
│   │   │   ├── SEEKFREE_FUN.h
│   │   │   ├── SEEKFREE_IIC.c
│   │   │   ├── SEEKFREE_IIC.h
│   │   │   ├── SEEKFREE_L3G4200D.c
│   │   │   ├── SEEKFREE_L3G4200D.h
│   │   │   ├── SEEKFREE_MMA8451.c
│   │   │   ├── SEEKFREE_MMA8451.h
│   │   │   ├── SEEKFREE_MPU6050.c
│   │   │   ├── SEEKFREE_MPU6050.h
│   │   │   ├── SEEKFREE_NRF24L01.c
│   │   │   ├── SEEKFREE_NRF24L01.h
│   │   │   ├── SEEKFREE_OLED.c
│   │   │   ├── SEEKFREE_OLED.h
│   │   │   ├── SEEKFREE_TSL1401.c
│   │   │   └── SEEKFREE_TSL1401.h
│   │   ├── startup
│   │   │   ├── CoreSupport
│   │   │   │   ├── core_cm0plus.h
│   │   │   │   ├── core_cmFunc.h
│   │   │   │   └── core_cmInstr.h
│   │   │   └── DeviceSupport
│   │   │   ├── IAR-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── MDK-ARM
│   │   │   │   └── startup_SKEAZ1284.s
│   │   │   ├── SKEAZ1284.h
│   │   │   ├── system_SKEAZ1284.c
│   │   │   └── system_SKEAZ1284.h
│   │   └── version.txt
│   ├── Projecct
│   │   ├── IAR
│   │   │   ├── KEA128.eww
│   │   │   ├── program
│   │   │   │   ├── Backup (2) of KEA128.ewp
│   │   │   │   ├── Backup (3) of KEA128.ewp
│   │   │   │   ├── Backup (4) of KEA128.ewp
│   │   │   │   ├── Backup of KEA128.ewp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   └── KEA128.sim
│   │   │   │   │   ├── List
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── common.pbi
│   │   │   │   │   ├── common.pbi.xcl
│   │   │   │   │   ├── font.pbi
│   │   │   │   │   ├── font.pbi.xcl
│   │   │   │   │   ├── isr.pbi
│   │   │   │   │   ├── isr.pbi.xcl
│   │   │   │   │   ├── KEA128_adc.pbi
│   │   │   │   │   ├── KEA128_adc.pbi.xcl
│   │   │   │   │   ├── KEA128_flash.pbi
│   │   │   │   │   ├── KEA128_flash.pbi.xcl
│   │   │   │   │   ├── KEA128_ftm.pbi
│   │   │   │   │   ├── KEA128_ftm.pbi.xcl
│   │   │   │   │   ├── KEA128_gpio.pbi
│   │   │   │   │   ├── KEA128_gpio.pbi.xcl
│   │   │   │   │   ├── KEA128_i2c.pbi
│   │   │   │   │   ├── KEA128_i2c.pbi.xcl
│   │   │   │   │   ├── KEA128_irq.pbi
│   │   │   │   │   ├── KEA128_irq.pbi.xcl
│   │   │   │   │   ├── KEA128_kbi.pbi
│   │   │   │   │   ├── KEA128_kbi.pbi.xcl
│   │   │   │   │   ├── KEA128.pbd
│   │   │   │   │   ├── KEA128.pbd.browse
│   │   │   │   │   ├── KEA128.pbd.linf
│   │   │   │   │   ├── KEA128_pit.pbi
│   │   │   │   │   ├── KEA128_pit.pbi.xcl
│   │   │   │   │   ├── KEA128_port.pbi
│   │   │   │   │   ├── KEA128_port.pbi.xcl
│   │   │   │   │   ├── KEA128_spi.pbi
│   │   │   │   │   ├── KEA128_spi.pbi.xcl
│   │   │   │   │   ├── KEA128_systick.pbi
│   │   │   │   │   ├── KEA128_systick.pbi.xcl
│   │   │   │   │   ├── KEA128_uart.pbi
│   │   │   │   │   ├── KEA128_uart.pbi.xcl
│   │   │   │   │   ├── main.pbi
│   │   │   │   │   ├── main.pbi.xcl
│   │   │   │   │   ├── misc.pbi
│   │   │   │   │   ├── misc.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi
│   │   │   │   │   ├── SEEKFREE_18TFT.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_FUN.pbi
│   │   │   │   │   ├── SEEKFREE_FUN.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_IIC.pbi
│   │   │   │   │   ├── SEEKFREE_IIC.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi
│   │   │   │   │   ├── SEEKFREE_L3G4200D.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi
│   │   │   │   │   ├── SEEKFREE_MMA8451.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi
│   │   │   │   │   ├── SEEKFREE_MPU6050.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi
│   │   │   │   │   ├── SEEKFREE_NRF24L01.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_OLED.pbi
│   │   │   │   │   ├── SEEKFREE_OLED.pbi.xcl
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi
│   │   │   │   │   ├── SEEKFREE_TSL1401.pbi.xcl
│   │   │   │   │   ├── system_SKEAZ1284.pbi
│   │   │   │   │   └── system_SKEAZ1284.pbi.xcl
│   │   │   │   ├── KEA128.dep
│   │   │   │   ├── KEA128.ewd
│   │   │   │   ├── KEA128.ewp
│   │   │   │   ├── KEA128.ewt
│   │   │   │   ├── KEA128.icf
│   │   │   │   └── settings
│   │   │   │   ├── KEA128.crun
│   │   │   │   ├── KEA128.dbgdt
│   │   │   │   ├── KEA128.Debug.cspy.bat
│   │   │   │   ├── KEA128.Debug.cspy.ps1
│   │   │   │   ├── KEA128.Debug.driver.xcl
│   │   │   │   ├── KEA128.Debug.general.xcl
│   │   │   │   ├── KEA128_Debug.jlink
│   │   │   │   ├── KEA128.dni
│   │   │   │   └── KEA128.dnx
│   │   │   └── settings
│   │   │   ├── KEA128.wsdt
│   │   │   └── KEA128.wspos
│   │   ├── MDK
│   │   │   ├── EventRecorderStub.scvd
│   │   │   ├── JLinkLog.txt
│   │   │   ├── JLinkSettings.ini
│   │   │   ├── KEA128.uvguix.SEEKFREE
│   │   │   ├── KEA128.uvoptx
│   │   │   ├── KEA128.uvprojx
│   │   │   ├── Listings
│   │   │   └── Objects
│   │   │   ├── common.crf
│   │   │   ├── ExtDll.iex
│   │   │   ├── font.crf
│   │   │   ├── isr.crf
│   │   │   ├── kea128_adc.crf
│   │   │   ├── kea128_flash.crf
│   │   │   ├── kea128_ftm.crf
│   │   │   ├── kea128_gpio.crf
│   │   │   ├── kea128_i2c.crf
│   │   │   ├── kea128_irq.crf
│   │   │   ├── kea128_kbi.crf
│   │   │   ├── kea128_pit.crf
│   │   │   ├── kea128_port.crf
│   │   │   ├── KEA128.sct
│   │   │   ├── kea128_spi.crf
│   │   │   ├── kea128_systick.crf
│   │   │   ├── kea128_uart.crf
│   │   │   ├── main.crf
│   │   │   ├── misc.crf
│   │   │   ├── seekfree_18tft.crf
│   │   │   ├── seekfree_fun.crf
│   │   │   ├── seekfree_iic.crf
│   │   │   ├── seekfree_l3g4200d.crf
│   │   │   ├── seekfree_mma8451.crf
│   │   │   ├── seekfree_mpu6050.crf
│   │   │   ├── seekfree_nrf24l01.crf
│   │   │   ├── seekfree_oled.crf
│   │   │   ├── seekfree_tsl1401.crf
│   │   │   └── system_skeaz1284.crf
│   │   └── USER
│   │   ├── inc
│   │   │   └── isr.h
│   │   └── src
│   │   ├── isr.c
│   │   └── main.c
│   ├── 使用必读.docx
│   ├── 本例程使用须知.txt
│   └── 逐飞科技KEA128库配置信息.pdf
└── 本例程使用须知.txt

287 directories, 2205 files

标签:

实例下载地址

KEA128例程.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警