CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:15单片机 NFR24L01接收与发射源码

介绍说明--下载内容来自于网络,使用问题请自行百度

NFR24L01是一个无线串口模块,很多人都在寻找这个模块的代码,做这个模块,我也花费了很多时间,希望可以帮到更多的人。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : NRF24L01.zip 列表
NRF24L01/
NRF24L01/receive/
NRF24L01/receive/.gitignore
NRF24L01/receive/BSP/
NRF24L01/receive/BSP/IAP15W4K61S4.h
NRF24L01/receive/BSP/IOConfig.h
NRF24L01/receive/BSP/stc15xx_bsp.h
NRF24L01/receive/Common/
NRF24L01/receive/Common/inc/
NRF24L01/receive/Common/inc/led.h
NRF24L01/receive/Common/inc/nrf24l0102.h
NRF24L01/receive/Common/src/
NRF24L01/receive/Common/src/nrf24l0102.c
NRF24L01/receive/Driver/
NRF24L01/receive/Driver/inc/
NRF24L01/receive/Driver/inc/delay.h
NRF24L01/receive/Driver/inc/uart.h
NRF24L01/receive/Driver/src/
NRF24L01/receive/Driver/src/delay.c
NRF24L01/receive/Driver/src/uart.c
NRF24L01/receive/LICENSE
NRF24L01/receive/Listing/
NRF24L01/receive/Listing/adc(1).lst
NRF24L01/receive/Listing/adc.lst
NRF24L01/receive/Listing/carstand(1).lst
NRF24L01/receive/Listing/carstand.lst
NRF24L01/receive/Listing/delay(1).lst
NRF24L01/receive/Listing/delay.lst
NRF24L01/receive/Listing/EEPROM(1).lst
NRF24L01/receive/Listing/EEPROM.lst
NRF24L01/receive/Listing/func(1).lst
NRF24L01/receive/Listing/func.lst
NRF24L01/receive/Listing/gpio(1).lst
NRF24L01/receive/Listing/gpio.lst
NRF24L01/receive/Listing/i2c(1).lst
NRF24L01/receive/Listing/i2c.lst
NRF24L01/receive/Listing/iap(1).lst
NRF24L01/receive/Listing/iap.lst
NRF24L01/receive/Listing/imu(1).lst
NRF24L01/receive/Listing/imu.lst
NRF24L01/receive/Listing/isr(1).lst
NRF24L01/receive/Listing/isr.lst
NRF24L01/receive/Listing/led(1).lst
NRF24L01/receive/Listing/led.lst
NRF24L01/receive/Listing/Littlebuzz(1).m51
NRF24L01/receive/Listing/Littlebuzz.m51
NRF24L01/receive/Listing/main(1).lst
NRF24L01/receive/Listing/main.lst
NRF24L01/receive/Listing/mpu6050(1).lst
NRF24L01/receive/Listing/mpu6050.lst
NRF24L01/receive/Listing/nrf24l0102(1).lst
NRF24L01/receive/Listing/nrf24l0102.lst
NRF24L01/receive/Listing/outputdata(1).lst
NRF24L01/receive/Listing/outputdata.lst
NRF24L01/receive/Listing/pwm(1).lst
NRF24L01/receive/Listing/pwm.lst
NRF24L01/receive/Listing/simplekalman(1).lst
NRF24L01/receive/Listing/simplekalman.lst
NRF24L01/receive/Listing/STARTUP(1).lst
NRF24L01/receive/Listing/STARTUP.lst
NRF24L01/receive/Listing/timer(1).lst
NRF24L01/receive/Listing/timer.lst
NRF24L01/receive/Listing/uart(1).lst
NRF24L01/receive/Listing/uart.lst
NRF24L01/receive/Littlebuzz.plg
NRF24L01/receive/Littlebuzz.uvopt
NRF24L01/receive/Littlebuzz.uvproj
NRF24L01/receive/Littlebuzz_uvopt.bak
NRF24L01/receive/Littlebuzz_uvproj.bak
NRF24L01/receive/Output/
NRF24L01/receive/Output/adc.obj
NRF24L01/receive/Output/delay.obj
NRF24L01/receive/Output/EEPROM.obj
NRF24L01/receive/Output/gpio.obj
NRF24L01/receive/Output/i2c.obj
NRF24L01/receive/Output/iap.obj
NRF24L01/receive/Output/imu.obj
NRF24L01/receive/Output/led.obj
NRF24L01/receive/Output/Littlebuzz
NRF24L01/receive/Output/Littlebuzz(1)
NRF24L01/receive/Output/Littlebuzz(1).lnp
NRF24L01/receive/Output/Littlebuzz(1).plg
NRF24L01/receive/Output/Littlebuzz.hex
NRF24L01/receive/Output/Littlebuzz.lnp
NRF24L01/receive/Output/Littlebuzz.plg
NRF24L01/receive/Output/main.obj
NRF24L01/receive/Output/mpu6050.obj
NRF24L01/receive/Output/nrf24l0102.obj
NRF24L01/receive/Output/outputdata.obj
NRF24L01/receive/Output/pwm.obj
NRF24L01/receive/Output/simplekalman.obj
NRF24L01/receive/Output/STARTUP.obj
NRF24L01/receive/Output/timer.obj
NRF24L01/receive/Output/uart.obj
NRF24L01/receive/README.md
NRF24L01/receive/Startup/
NRF24L01/receive/Startup/STARTUP.A51
NRF24L01/receive/User/
NRF24L01/receive/User/includes.h
NRF24L01/receive/User/main.c
NRF24L01/send/
NRF24L01/send/.gitignore
NRF24L01/send/BSP/
NRF24L01/send/BSP/IAP15W4K61S4.h
NRF24L01/send/BSP/IOConfig.h
NRF24L01/send/BSP/stc15xx_bsp.h
NRF24L01/send/Common/
NRF24L01/send/Common/inc/
NRF24L01/send/Common/inc/led.h
NRF24L01/send/Common/inc/nrf24l0102.h
NRF24L01/send/Common/src/
NRF24L01/send/Common/src/nrf24l0102.c
NRF24L01/send/Driver/
NRF24L01/send/Driver/inc/
NRF24L01/send/Driver/inc/delay.h
NRF24L01/send/Driver/inc/uart.h
NRF24L01/send/Driver/src/
NRF24L01/send/Driver/src/delay.c
NRF24L01/send/Driver/src/uart.c
NRF24L01/send/LICENSE
NRF24L01/send/Listing/
NRF24L01/send/Listing/adc(1).lst
NRF24L01/send/Listing/adc.lst
NRF24L01/send/Listing/carstand(1).lst
NRF24L01/send/Listing/carstand.lst
NRF24L01/send/Listing/delay(1).lst
NRF24L01/send/Listing/delay.lst
NRF24L01/send/Listing/EEPROM(1).lst
NRF24L01/send/Listing/EEPROM.lst
NRF24L01/send/Listing/func(1).lst
NRF24L01/send/Listing/func.lst
NRF24L01/send/Listing/gpio(1).lst
NRF24L01/send/Listing/gpio.lst
NRF24L01/send/Listing/i2c(1).lst
NRF24L01/send/Listing/i2c.lst
NRF24L01/send/Listing/iap(1).lst
NRF24L01/send/Listing/iap.lst
NRF24L01/send/Listing/imu(1).lst
NRF24L01/send/Listing/imu.lst
NRF24L01/send/Listing/isr(1).lst
NRF24L01/send/Listing/isr.lst
NRF24L01/send/Listing/led(1).lst
NRF24L01/send/Listing/led.lst
NRF24L01/send/Listing/Littlebuzz(1).m51
NRF24L01/send/Listing/Littlebuzz.m51
NRF24L01/send/Listing/main(1).lst
NRF24L01/send/Listing/main.lst
NRF24L01/send/Listing/mpu6050(1).lst
NRF24L01/send/Listing/mpu6050.lst
NRF24L01/send/Listing/nrf24l0102(1).lst
NRF24L01/send/Listing/nrf24l0102.lst
NRF24L01/send/Listing/outputdata(1).lst
NRF24L01/send/Listing/outputdata.lst
NRF

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com