代码搜索结果
找到约 259 项符合
NRF24L01 的代码
nrf24l01.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (nRF24L01), 0x0000 // Tools: 'MCS-51'
Group (App)
Group (HAL)
Group (ShockBurst)
Group (Enhanced ShockBurst)
Group (Enhanc
nrf24l01.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (nRF24L01), 0x0000 // Tools: 'MCS-51'
Group (App)
Group (HAL)
Group (ShockBurst)
Group (Enhanced ShockBurst)
Group (Enhanc
transmit.c
//Nrf24l01 transmit mode test
//MCU AT89S52
#include
#include
#include "api.h"
#include "nrf24l01.h"
/**************************************************
Function: ma
transmit.c
//Nrf24l01 transmit mode test
//MCU AT89S52
#include
#include
#include "api.h"
#include "nrf24l01.h"
/**************************************************
Function: ma
nrf24l01.c
#include
#include "define.h"
#include "nrf24l01.h"
/***************************************************************************************/
/* NRF24L01 的管脚定义,以及在本程序中的应用,VCC接3.3V
nrf24l01.c
#include
#include "define.h"
#include "nrf24l01.h"
/***************************************************************************************/
/* NRF24L01 的管脚定义,以及在本程序中的应用,VCC接3.3V
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
nrf24l01.c
/*
* File: nrf24l01.c
* Purpose: nRF24L01 handler functions
* Author: Peter Ivanov, Olimex Ltd.
* Modified by:
* Created: 2007-10-14 11:29:32
* Last modify: 2007-10-21
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
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