代码搜索结果
找到约 259 项符合
NRF24L01 的代码
2.4g+̤
// 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
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
def.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_DEF_
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
maintutorial4local.err
Warning[2066] C:\Documents and Settings\Brennen\Desktop\nrf24l01 tutorials\tutorial4\pic18f452\src\maintutorial4local.c 52 : type qualifier mismatch in assignment
Warning[2066] C:\Documents and Setti
maintutorial3local.err
Warning[2066] C:\Documents and Settings\Brennen\Desktop\nrf24l01 tutorials\tutorial3\pic18f452\src\maintutorial3local.c 51 : type qualifier mismatch in assignment
Warning[2066] C:\Documents and Setti
maintutorial2local.err
Warning[2066] C:\Documents and Settings\Brennen\Desktop\nrf24l01 tutorials\tutorial2\pic18f452\src\maintutorial2local.c 78 : type qualifier mismatch in assignment
Warning[2066] C:\Documents and Setti
2.4g+̤
礦ision2 Build Log
Project:
\\Yanzhan-7dca4b5\本地磁盘 (e)\商城产品资料\1开发学习板\单片机\YZ200\光盘\YZ200 V2.2\CD光盘\7.配套模块资料\2.4G无线模块资料\NRF24L01模块\nrf24l01\AT89S52 source code\
spi.inc
; Define nRF24L01 interrupt flag's
IDLE = 0x00 ; Idle, no interrupt pending
MAX_RT = 0x10 ; Max #of TX retrans interrupt
TX_DS = 0x20 ; TX data se
nrf24l01.h
#include "config.h"
#ifndef _NRF24L01_H_
#define _NRF24L01_H_
/************************************NRF24L01端口定义***********************************/
/*
sbit NC =P2^0; //没用,不接也可
sbit MI