在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于cc2530的zigbee的无线led灯控制程序,有详细的电路图说

基于cc2530的zigbee的无线led灯控制程序,有详细的电路图说

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.21M
  • 下载次数:10
  • 浏览次数:349
  • 发布时间:2020-10-26
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
基于cc2530的zigbee的无线led灯控制程序,有详细的电路图说
【实例截图】
【核心代码】
61IC_S3961
└── 基于cc2530 的zigbee的无线led灯控制程序,有详细的电路图说明
├── 使用说明请参看右侧注释===〉〉.txt
└── 课程A1-资料、电路、代码
├── 代码
│   ├── basic_software
│   │   ├── basic_software
│   │   │   ├── iar
│   │   │   │   ├── ADC
│   │   │   │   │   ├── adc.d51
│   │   │   │   │   ├── adc.dep
│   │   │   │   │   ├── adc.ewd
│   │   │   │   │   ├── adc.ewp
│   │   │   │   │   ├── adc.eww
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── adc.d51
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   └── uart.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── adc.map
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   └── uart.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── adc.pbd
│   │   │   │   │   │   ├── app_adc.r51
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_uart.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_adc.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   └── uart.pbd
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── adc.cspy.bat
│   │   │   │   │   │   ├── adc.dbgdt
│   │   │   │   │   │   ├── adc.dni
│   │   │   │   │   │   ├── adc.wsdt
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── uart.cspy.bat
│   │   │   │   │   │   ├── uart.dbgdt
│   │   │   │   │   │   ├── uart.dni
│   │   │   │   │   │   └── uart.wsdt
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Button
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── button.d51
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── light_switch.hex
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── button.map
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   └── io.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_button.r51
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── button.pbd
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── button.d51
│   │   │   │   │   ├── button.dep
│   │   │   │   │   ├── button.ewd
│   │   │   │   │   ├── button.ewp
│   │   │   │   │   ├── button.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   └── per_test.dni
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Clock
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   └── light_switch.hex
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   └── clock.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── clock.d51
│   │   │   │   │   ├── clock.dep
│   │   │   │   │   ├── clock.ewd
│   │   │   │   │   ├── clock.ewp
│   │   │   │   │   ├── clock.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   └── per_test.dni
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── DMA
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── dma.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   └── uart.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── dma.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   └── uart.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_dma.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_uart.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── dma.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   └── uart.pbd
│   │   │   │   │   ├── dma.d51
│   │   │   │   │   ├── dma.dep
│   │   │   │   │   ├── dma.ewd
│   │   │   │   │   ├── dma.ewp
│   │   │   │   │   ├── dma.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── dma.cspy.bat
│   │   │   │   │   │   ├── dma.dbgdt
│   │   │   │   │   │   ├── dma.dni
│   │   │   │   │   │   ├── dma.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── uart.cspy.bat
│   │   │   │   │   │   ├── uart.dbgdt
│   │   │   │   │   │   ├── uart.dni
│   │   │   │   │   │   └── uart.wsdt
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── IO
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── light_switch.hex
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   └── io.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── io.d51
│   │   │   │   │   ├── io.dep
│   │   │   │   │   ├── io.ewd
│   │   │   │   │   ├── io.ewp
│   │   │   │   │   ├── io.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   └── per_test.dni
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Light_Switch
│   │   │   │   │   ├── Light
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── Light_Switch.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   └── Light_Switch.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_light.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_radio.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── Light_Switch.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── Light_Switch.d51
│   │   │   │   │   ├── Light_Switch.dep
│   │   │   │   │   ├── Light_Switch.ewd
│   │   │   │   │   ├── Light_Switch.ewp
│   │   │   │   │   ├── Light_Switch.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   └── per_test.dni
│   │   │   │   │   ├── Switch
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── Light_Switch.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   └── Light_Switch.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_switch.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_radio.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── Light_Switch.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Per_test
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── button.d51
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── light_switch.hex
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── button.map
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   └── io.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_button.r51
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── button.pbd
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── Light_Switch.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── Per_Rx
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── per_test.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   └── per_test.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_perRx.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_radio.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── per_test.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── per_test.d51
│   │   │   │   │   ├── per_test.dep
│   │   │   │   │   ├── per_test.ewd
│   │   │   │   │   ├── per_test.ewp
│   │   │   │   │   ├── per_test.eww
│   │   │   │   │   ├── Per_Tx
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   └── per_test.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   └── per_test.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_perTx.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_radio.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── per_test.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   └── per_test.wsdt
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Reset
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── button.d51
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   └── reset.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── button.map
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   └── reset.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_button.r51
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_reset.r51
│   │   │   │   │   │   ├── button.pbd
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── reset.pbd
│   │   │   │   │   │   └── rf.r51
│   │   │   │   │   ├── reset.d51
│   │   │   │   │   ├── reset.dep
│   │   │   │   │   ├── reset.ewd
│   │   │   │   │   ├── reset.ewp
│   │   │   │   │   ├── reset.eww
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── reset.cspy.bat
│   │   │   │   │   │   ├── reset.dbgdt
│   │   │   │   │   │   ├── reset.dni
│   │   │   │   │   │   └── reset.wsdt
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── settings
│   │   │   │   │   ├── Basic_Software.cspy.bat
│   │   │   │   │   ├── Basic_Software.dbgdt
│   │   │   │   │   ├── Basic_Software.dni
│   │   │   │   │   ├── Basic_Software.wsdt
│   │   │   │   │   ├── Clock.cspy.bat
│   │   │   │   │   ├── Clock.dbgdt
│   │   │   │   │   ├── Clock.dni
│   │   │   │   │   └── Clock.wsdt
│   │   │   │   ├── SleepTimer
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   ├── sleeptimer.d51
│   │   │   │   │   │   │   ├── timer1.d51
│   │   │   │   │   │   │   ├── timer2.d51
│   │   │   │   │   │   │   └── timer34.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   ├── sleeptimer.map
│   │   │   │   │   │   │   ├── timer1.map
│   │   │   │   │   │   │   ├── timer2.map
│   │   │   │   │   │   │   └── timer34.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_sleep.r51
│   │   │   │   │   │   ├── app_timer1.pbi
│   │   │   │   │   │   ├── app_timer1.r51
│   │   │   │   │   │   ├── app_timer2.r51
│   │   │   │   │   │   ├── app_timer34.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   ├── sleeptimer.pbd
│   │   │   │   │   │   ├── timer1.pbd
│   │   │   │   │   │   ├── timer2.pbd
│   │   │   │   │   │   └── timer34.pbd
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── sleeptimer.cspy.bat
│   │   │   │   │   │   ├── sleeptimer.dbgdt
│   │   │   │   │   │   ├── sleeptimer.dni
│   │   │   │   │   │   ├── sleeptimer.wsdt
│   │   │   │   │   │   ├── timer1.cspy.bat
│   │   │   │   │   │   ├── timer1.dbgdt
│   │   │   │   │   │   ├── timer1.dni
│   │   │   │   │   │   ├── timer1.wsdt
│   │   │   │   │   │   ├── timer2.cspy.bat
│   │   │   │   │   │   ├── timer2.dbgdt
│   │   │   │   │   │   ├── timer2.dni
│   │   │   │   │   │   ├── timer2.wsdt
│   │   │   │   │   │   ├── timer34.cspy.bat
│   │   │   │   │   │   ├── timer34.dbgdt
│   │   │   │   │   │   ├── timer34.dni
│   │   │   │   │   │   └── timer34.wsdt
│   │   │   │   │   ├── sleeptimer.d51
│   │   │   │   │   ├── sleeptimer.dep
│   │   │   │   │   ├── sleeptimer.ewd
│   │   │   │   │   ├── sleeptimer.ewp
│   │   │   │   │   ├── sleeptimer.eww
│   │   │   │   │   └── temp
│   │   │   │   │   ├── led.map
│   │   │   │   │   ├── light_switch
│   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   └── util.r51
│   │   │   │   │   ├── light_switch.map
│   │   │   │   │   └── per_test
│   │   │   │   │   └── per_test.pbd
│   │   │   │   ├── Timer1
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   └── timer1.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   └── timer1.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_timer1.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   └── timer1.pbd
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── timer1.cspy.bat
│   │   │   │   │   │   ├── timer1.dbgdt
│   │   │   │   │   │   ├── timer1.dni
│   │   │   │   │   │   └── timer1.wsdt
│   │   │   │   │   ├── temp
│   │   │   │   │   │   ├── led.map
│   │   │   │   │   │   ├── light_switch
│   │   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   │   └── util.r51
│   │   │   │   │   │   ├── light_switch.map
│   │   │   │   │   │   └── per_test
│   │   │   │   │   │   └── per_test.pbd
│   │   │   │   │   ├── timer1.d51
│   │   │   │   │   ├── timer1.dep
│   │   │   │   │   ├── timer1.ewd
│   │   │   │   │   ├── timer1.ewp
│   │   │   │   │   └── timer1.eww
│   │   │   │   ├── Timer2
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   ├── timer1.d51
│   │   │   │   │   │   │   ├── timer2.d51
│   │   │   │   │   │   │   └── timer34.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   ├── timer1.map
│   │   │   │   │   │   │   ├── timer2.map
│   │   │   │   │   │   │   └── timer34.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_timer1.pbi
│   │   │   │   │   │   ├── app_timer1.r51
│   │   │   │   │   │   ├── app_timer2.r51
│   │   │   │   │   │   ├── app_timer34.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   ├── timer1.pbd
│   │   │   │   │   │   ├── timer2.pbd
│   │   │   │   │   │   └── timer34.pbd
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── timer1.cspy.bat
│   │   │   │   │   │   ├── timer1.dbgdt
│   │   │   │   │   │   ├── timer1.dni
│   │   │   │   │   │   ├── timer1.wsdt
│   │   │   │   │   │   ├── timer2.cspy.bat
│   │   │   │   │   │   ├── timer2.dbgdt
│   │   │   │   │   │   ├── timer2.dni
│   │   │   │   │   │   ├── timer2.wsdt
│   │   │   │   │   │   ├── timer34.cspy.bat
│   │   │   │   │   │   ├── timer34.dbgdt
│   │   │   │   │   │   ├── timer34.dni
│   │   │   │   │   │   └── timer34.wsdt
│   │   │   │   │   ├── temp
│   │   │   │   │   │   ├── led.map
│   │   │   │   │   │   ├── light_switch
│   │   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   │   └── util.r51
│   │   │   │   │   │   ├── light_switch.map
│   │   │   │   │   │   └── per_test
│   │   │   │   │   │   └── per_test.pbd
│   │   │   │   │   ├── timer2.d51
│   │   │   │   │   ├── timer2.dep
│   │   │   │   │   ├── timer2.ewd
│   │   │   │   │   ├── timer2.ewp
│   │   │   │   │   └── timer2.eww
│   │   │   │   ├── Timer34
│   │   │   │   │   ├── basic_SW
│   │   │   │   │   │   ├── Exe
│   │   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   │   ├── timer1.d51
│   │   │   │   │   │   │   └── timer34.d51
│   │   │   │   │   │   ├── List
│   │   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   │   ├── timer1.map
│   │   │   │   │   │   │   └── timer34.map
│   │   │   │   │   │   └── Obj
│   │   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   │   ├── app_led.r51
│   │   │   │   │   │   ├── app_timer1.pbi
│   │   │   │   │   │   ├── app_timer1.r51
│   │   │   │   │   │   ├── app_timer34.r51
│   │   │   │   │   │   ├── clock.pbd
│   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   ├── hal_dma.r51
│   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   ├── hal_sleep.r51
│   │   │   │   │   │   ├── hal_timer1.r51
│   │   │   │   │   │   ├── hal_timer2.r51
│   │   │   │   │   │   ├── hal_timer34.r51
│   │   │   │   │   │   ├── hal_uart.r51
│   │   │   │   │   │   ├── hal_wdt.r51
│   │   │   │   │   │   ├── io.pbd
│   │   │   │   │   │   ├── rf.r51
│   │   │   │   │   │   ├── timer1.pbd
│   │   │   │   │   │   └── timer34.pbd
│   │   │   │   │   ├── settings
│   │   │   │   │   │   ├── button.cspy.bat
│   │   │   │   │   │   ├── button.dbgdt
│   │   │   │   │   │   ├── button.dni
│   │   │   │   │   │   ├── button.wsdt
│   │   │   │   │   │   ├── clock.cspy.bat
│   │   │   │   │   │   ├── clock.dbgdt
│   │   │   │   │   │   ├── clock.dni
│   │   │   │   │   │   ├── clock.wsdt
│   │   │   │   │   │   ├── io.cspy.bat
│   │   │   │   │   │   ├── io.dbgdt
│   │   │   │   │   │   ├── io.dni
│   │   │   │   │   │   ├── io.wsdt
│   │   │   │   │   │   ├── led.cspy.bat
│   │   │   │   │   │   ├── led.dbgdt
│   │   │   │   │   │   ├── led.dni
│   │   │   │   │   │   ├── led.wsdt
│   │   │   │   │   │   ├── light_switch.cspy.bat
│   │   │   │   │   │   ├── light_switch.dbgdt
│   │   │   │   │   │   ├── light_switch.dni
│   │   │   │   │   │   ├── light_switch.wsdt
│   │   │   │   │   │   ├── per_test.cspy.bat
│   │   │   │   │   │   ├── per_test.dbgdt
│   │   │   │   │   │   ├── per_test.dni
│   │   │   │   │   │   ├── timer1.cspy.bat
│   │   │   │   │   │   ├── timer1.dbgdt
│   │   │   │   │   │   ├── timer1.dni
│   │   │   │   │   │   ├── timer1.wsdt
│   │   │   │   │   │   ├── timer34.cspy.bat
│   │   │   │   │   │   ├── timer34.dbgdt
│   │   │   │   │   │   ├── timer34.dni
│   │   │   │   │   │   └── timer34.wsdt
│   │   │   │   │   ├── temp
│   │   │   │   │   │   ├── led.map
│   │   │   │   │   │   ├── light_switch
│   │   │   │   │   │   │   ├── adc.r51
│   │   │   │   │   │   │   ├── basic_rf.r51
│   │   │   │   │   │   │   ├── basic_rf_security.r51
│   │   │   │   │   │   │   ├── clock.r51
│   │   │   │   │   │   │   ├── hal_assert.r51
│   │   │   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   │   │   ├── hal_button.r51
│   │   │   │   │   │   │   ├── hal_digio.r51
│   │   │   │   │   │   │   ├── hal_int.r51
│   │   │   │   │   │   │   ├── hal_joystick.r51
│   │   │   │   │   │   │   ├── hal_lcd_srf05.r51
│   │   │   │   │   │   │   ├── hal_led.r51
│   │   │   │   │   │   │   ├── hal_mcu.r51
│   │   │   │   │   │   │   ├── hal_rf.r51
│   │   │   │   │   │   │   ├── hal_rf_security.r51
│   │   │   │   │   │   │   ├── led.pbd
│   │   │   │   │   │   │   ├── light_switch.pbd
│   │   │   │   │   │   │   ├── light_switch.r51
│   │   │   │   │   │   │   ├── util_buffer.r51
│   │   │   │   │   │   │   ├── util_lcd.r51
│   │   │   │   │   │   │   └── util.r51
│   │   │   │   │   │   ├── light_switch.map
│   │   │   │   │   │   └── per_test
│   │   │   │   │   │   └── per_test.pbd
│   │   │   │   │   ├── timer34.d51
│   │   │   │   │   ├── timer34.dep
│   │   │   │   │   ├── timer34.ewd
│   │   │   │   │   ├── timer34.ewp
│   │   │   │   │   └── timer34.eww
│   │   │   │   ├── UART
│   │   │   │   │   └── basic_SW
│   │   │   │   │   ├── Exe
│   │   │   │   │   │   ├── clock.d51
│   │   │   │   │   │   ├── io.d51
│   │   │   │   │   │   ├── io.hex
│   │   │   │   │   │   ├── light_switch.hex
│   │   │   │   │   │   └── uart.d51
│   │   │   │   │   ├── List
│   │   │   │   │   │   ├── clock.map
│   │   │   │   │   │   ├── io.map
│   │   │   │   │   │   └── uart.map
│   │   │   │   │   └── Obj
│   │   │   │   │   ├── app_clock.r51
│   │   │   │   │   ├── app_led.r51
│   │   │   │   │   ├── app_uart.r51
│   │   │   │   │   ├── clock.pbd
│   │   │   │   │   ├── hal_board.r51
│   │   │   │   │   └── hal_button.r51
│   │   │   │   └── 使用说明请参看右侧注释===〉〉.txt
│   │   │   └── 使用说明请参看右侧注释===〉〉.txt
│   │   └── 使用说明请参看右侧注释===〉〉.txt
│   └── 使用说明请参看右侧注释===〉〉.txt
└── 使用说明请参看右侧注释===〉〉.txt

132 directories, 1095 files

标签:

实例下载地址

基于cc2530的zigbee的无线led灯控制程序,有详细的电路图说

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警