代码搜索结果

找到约 529 项符合 NRF24L01 的代码

main.c

#include "WDCT_02.h" #include "init.c" #include "key.c" #include "int.c" #include "nrf24l01.c" #include "deal.c" //----------------------------------------------------

24l01.plg

礦ision2 Build Log Project: E:\编程资料\RF\Nordic\2.4G通信模块nRF24L01\nrf24l01\24L01.uv2 Project File Date: 06/30/2006 Output: Build target 'Target 1'

24l01.lnp

".\obj\main.o" ".\obj\mcu.o" ".\obj\startup.o" ".\obj\ssp.o" ".\obj\nrf24l01.o" ".\obj\2401_tx.o" --strict --scatter ".\obj\24L01.sct" --map --xref --callgraph --symbols --info sizes --info totals

24l01.plg

礦ision3 Build Log Project: E:\lpc_shy\nrf24l01\24L01.uv2 Project File Date: 06/28/2006 Output:

24l01_target 1.dep

Dependencies for Project '24L01', Target 'Target 1': (DO NOT MODIFY !) F (.\src\main.c)(0x44A8C482)(-c -cpu ARM7TDMI -g -O0 -apcs /interwork -o ".\obj\main.o") I (E:\lpc_shy\nrf24l01\SRC\CONFIG.H)(0

nrf24l01.c

#include "config.h" #include "SSP.h" #define NRF_CE 0x00008000 // P0.15 #define NRF_CE0 0x00000100 // P0.8 #define NRF_IR0 0x00000200 // P0

2401_tx.c

#include "nrf24l01.h" uchar nRF_data[33]; // 发送数据缓冲区 uchar nRF_R_data[33]; // 接收数据缓冲区 void nrf24l01_init(void); // nRF24L0

nrf24l01.h

/****************************************Copyright (c)********************************************** ** Copyright (c) 2001,ysh ** All rights reserved. ** **------------------------------

spi.c

#include "NRF24L01.h" extern uint8 cd[10]={"eint0"}; extern uint8 ef[10]={"eint1"}; void __irq IRQ_Eint0 (void) { UART0_SendStr(cd); EXTINT = 0x01