代码搜索结果
找到约 529 项符合
NRF24L01 的代码
nrf24l01.h
#include "config.h"
#include "stm32f10x.h"
#include "custom.h"
#include "stm32f10x_rcc.h"
#include "stm32f10x_flash.h"
#include "stm32f10x_usart.h"
#include "stm32f10x_fsmc.h"
#include "stm32
main.c
/**************************************************************************************************************************************
作者: 青涩的小黄瓜
作品名字: STC51单片机驱动nrf24l01无线发送模块
单片机型号: STC12
测试接收.lnp
"function.obj",
"init.obj",
"interrupt.obj",
"main.obj",
"variable.obj",
"nrf24l01.obj",
"12864LCD.obj"
TO "测试接收"
RAMSIZE(256)
main.c
/**************************************************************************************************************************************
作者: 青涩的小黄瓜
作品名字: STC51单片机驱动nrf24l01无线发送模块
单片机型号: STC12
测试发送.lnp
"function.obj",
"init.obj",
"interrupt.obj",
"main.obj",
"variable.obj",
"nrf24l01.obj"
TO "测试发送"
RAMSIZE(256)