嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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