代码搜索结果
找到约 529 项符合
NRF24L01 的代码
nrf24l01.h
#ifndef __STM32F_NRF
#define __STM32F_NRF
#include "stm32f10x_lib.h"
#define BUT1 GPIO_ReadInputDataBit(GPIOC, GPIO_Pin_13)
#define BUT2 GPIO_ReadInputDataBit(GPIOA, GPIO_Pin_0)
#define IRQ
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
24l01.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源程序组 1)
File 1,1,
File 1,1,
Opti
24l01.lnp
"main.obj",
"nRF24L01.obj"
TO "24L01"
RAMSIZE(256)
nrf24l01.h
#ifndef _API_DEF_
#define _API_DEF_
#include
#include
#define uchar unsigned char
/***************************************************/
#define TX_ADR_WIDTH 5 // 5字节
main.c
#include "nRF24L01.h"
/**************************************************
函数:main()
描述:
主函数
/**************************************************/
void main(void)
{
EX0=1;
IT0=1;
89lv51.plg
礦ision2 Build Log
Project:
E:\soft\nRF24L01\at89s52\89LV51 source code\89LV51.uv2
Project File Date: 03/21/2007
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