代码搜索结果

找到约 529 项符合 NRF24L01 的代码

tutorial1local.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin=C:\Documents and Settings\Brennen\Desktop\nrf24l01

tutorial1local.tagsrc

C:\Documents and Settings\Brennen\Desktop\nrf24l01 tutorials\tutorial1\pic18f452\src\delays.c C:\Documents and Settings\Brennen\Desktop\nrf24l01 tutorials\tutorial1\pic18f452\src\nrf24l01.c C:\Docum

24l01software.c

//******************************************************************// //***********************nRF24L01***********************************// //****************************************************

89lv51.plg

礦ision3 Build Log Project: C:\Documents and Settings\ASUS\桌面\2.45G有源读写器开发\nRF24L01\89LV51.uv2 Project File Date: 06/18/2008 Output:

api.h

// BYTE type definition #ifndef _BYTE_DEF_ #define _BYTE_DEF_ typedef unsigned char BYTE; #endif /* _BYTE_DEF_ */ // Define interface to nRF24L01 /*#ifndef _SPI_PIN_DEF_ #define _SPI_PIN_DE

spi_readwrite.c

/************************************************************************************** /* SPI_ReadWrite: SPI read and write /* Description: /* Writes one byte to nRF24L01, and return the b

nrf24l01.asm

;***************************************************************** ;Function:SPI_RW ;Description:SPI read write 1 byte data ;input:spi_data ;output:spi_data ;*************************************

mdfan.prj

[WATCH_0] VAR_0=F_CHECK_CD [INI] MAIN_FILE=MDfan.asm [WATCH] OPTION=0 [LINK] ITEM_1=MDfan.asm [DEPEND] ITEM_1=MyMacro.h ITEM_2=EEPROM24C02.ASM ITEM_3=nRF24L01.ASM ITEM_4=Misc.asm

test.asm

;---------------for test mode-------------- PIN_IRQ_nRF24L01_TX EQU P0.0 ;input,Interrupt signal, from nRF24L01 PIN_SPI_MISO_TX EQU P1.7 ;input,Master In, Slave Out pin PIN_SPI_MOSI_TX EQU

spi.asm

;============================================= ; SPI control subroutines ;Function: Read from or write to SPI ;note:读写SPI及对nRF24L01的初始化配置是参照给出的参考firmware写的 ;===============================