代码搜索结果
找到约 529 项符合
NRF24L01 的代码
89lv51.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\ZZQ\桌面\456\基于AT89S52单片机的nRF24L01无线模块开发板v3.0\代码\代码\AT89S52 source code\89LV51.uv2
Project File Date: 03
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
nrf24l01demo.plg
礦ision3 Build Log
Project:
D:\NewMSG\nRF24L01\nRF24L01Demo\nRF24L01Demo.uv2
Project File Date: 03/01/2008
Output:
Build target 'Target 1'
com
master.c
#include
#include
#include
sbit LED2 =P0^5;
sbit LED1 =P0^6;
sbit KEY1 =P2^4;//P2^1;
sbit KEY2 =P2^5;
sbit KEY3 =P2^3;
sb