代码搜索结果
找到约 259 项符合
NRF24L01 的代码
api.h
// BYTE type definition
#ifndef API_H
#define API_H
//****************************************************
// SPI(nRF24L01) commands
#define READ_REG 0x00 // Define read command to regist
api.h
// BYTE type definition
#ifndef API_H
#define API_H
//****************************************************
// SPI(nRF24L01) commands
#define READ_REG 0x00 // Define read command to regist
spi.asm
;=============================================
; SPI control subroutines
;Function: Read from or write to SPI
;note:读写SPI及对nRF24L01的初始化配置是参照给出的参考firmware写的
;===============================
radioclient.h
/**
* Header for client nRF24L01 code.
*
* @author Stephen Craig, 25/07/2006
*/
#ifndef _RADIO_CLIENT_H_
#define _RADIO_CLIENT_H_
#include "spi.h" /* support for SPI *
radioserver.h
/**
* Header for server nRF24L01 code.
*
* @author Stephen Craig, 25/07/2006
*/
#ifndef _RADIO_SERVER_H_
#define _RADIO_SERVER_H_
#include "spi.h" /* support for SPI *
main.c
/**************************************************************************************************************************************
作者: 青涩的小黄瓜
作品名字: STC51单片机驱动nrf24l01无线发送模块
单片机型号: STC12
main.c
/**************************************************************************************************************************************
作者: 青涩的小黄瓜
作品名字: STC51单片机驱动nrf24l01无线发送模块
单片机型号: STC12
hal_nrf_hw.h
/** @file
*
* Header file defining hardware dependent functions for nRF24LU1.
*
* @addtogroup nordic_hal_nrf
*
* @{
* @defgroup nordic_hal_nrf_hw nRF24L01 HW dependents.
* @{
*
* $
hal_nrf_hw.h
/** @file
*
* Header file defining hardware dependent functions for nRF24LU1.
*
* @addtogroup nordic_hal_nrf
*
* @{
* @defgroup nordic_hal_nrf_hw nRF24L01 HW dependents.
* @{
*
* $
hal_nrf_hw.h
/** @file
*
* Header file defining hardware dependent functions for nRF24LU1.
*
* @addtogroup nordic_hal_nrf
*
* @{
* @defgroup nordic_hal_nrf_hw nRF24L01 HW dependents.
* @{
*
* $