代码搜索结果
找到约 529 项符合
NRF24L01 的代码
nrf24l01.o.d
nrf24l01.o: ../nrf24l01.c c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/../avr/include/inttypes.h \
c:/winavr/bin/../avr/include/stdint.h
nrf24l01.c
#include
#include
#include
#include "delay.h"
#include "myDef.h"
#include "uart.h"
#include "nrf24l01.h"
unsigned char SPI_Send_command_with_ADDR
nrf24l01.h
#ifndef _NRF24L01_H_
#define _NRF24L01_H_
//
//PIN MAP, Mega88+nRF24L01
//All pin connect direction, "No" pull-up , pull-Dow
//
//#define nRF24L01_MISO PINB3 ---> DD_MOSI
//#define nRF24L01_
nrf24l01.c
//
// nRF24L01.c
#include "nRF24L01.h"
#include "..\\def.h"
uchar const TX_ADDRESS[TX_ADR_WIDTH] = {0x34,0x43,0x10,0x10,0x01}; // Define a static TX address
uchar const RX_ADDRESS[RX_ADR_WID
nrf24l01.h
// nRF24L01.h
#ifndef _NRF_24L01_
#define _NRF_24L01_
#define TX_ADR_WIDTH 5 // 5 bytes TX address width
#define RX_ADR_WIDTH 5 // 5 bytes RX address width
#define TX_PLOAD_WIDTH
nrf24l01.h
// nRF24L01.h
#ifndef _NRF_24L01_
#define _NRF_24L01_
#define TX_ADR_WIDTH 5 // 5 bytes TX address width
#define RX_ADR_WIDTH 5 // 5 bytes RX address width
#define TX_PLOAD_WIDTH
nrf24l01.c
//
// nRF24L01.c
#include "nRF24L01.h"
#include "..\\def.h"
uchar const TX_ADDRESS[TX_ADR_WIDTH] = {0x34,0x43,0x10,0x10,0x01}; // Define a static TX address
uchar const RX_ADDRESS[RX_ADR_WID
nrf24l01.h
// nRF24L01.h
#ifndef _NRF_24L01_
#define _NRF_24L01_
#define TX_ADR_WIDTH 5 // 5 bytes TX address width
#define RX_ADR_WIDTH 5 // 5 bytes RX address width
#define TX_PLOAD_WIDTH
nrf24l01.h
// nRF24L01.h
#ifndef _NRF_24L01_
#define _NRF_24L01_
#define TX_ADR_WIDTH 5 // 5 bytes TX address width
#define RX_ADR_WIDTH 5 // 5 bytes RX address width
#define TX_PLOAD_WIDTH
nrf24l01.lst
C51 COMPILER V3.20, SN-50203013 NRF24L01 04/22/08 15:54:43 PAGE 1
DOS C51 COMPILER V3.20, COMPILATION OF MODULE NRF24L01
OBJECT MODULE PLA