基本信息
源码名称:nrf24l01(Transceiver Library)
源码大小:0.15M
文件格式:.zip
开发语言:C/C++
更新时间:2020-08-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 1 元 
   源码介绍

This "library" is aimed to deal with Nordic nRF24L01 transceiver. 

nrf24l01

├── README.MD
├── cmsis
│   ├── core_cm3.h
│   ├── core_cmFunc.h
│   └── core_cmInstr.h
├── cmsis_boot
│   ├── startup
│   │   └── startup_stm32f10x_hd.c
│   ├── stm32f10x.h
│   ├── stm32f10x_conf.h
│   ├── system_stm32f10x.c
│   └── system_stm32f10x.h
├── delay.c
├── delay.h
├── main.c
├── nrf24.c
├── nrf24.h
├── nrf24_hal.c
├── nrf24_hal.h
├── stm_lib
│   ├── inc
│   │   ├── stm32f10x_gpio.h
│   │   ├── stm32f10x_rcc.h
│   │   ├── stm32f10x_spi.h
│   │   └── stm32f10x_usart.h
│   └── src
│       ├── stm32f10x_gpio.c
│       ├── stm32f10x_rcc.c
│       ├── stm32f10x_spi.c
│       └── stm32f10x_usart.c
├── uart.c
└── uart.h
6 directories, 26 files