1 Star 0 Fork 0

DFRobot/DFRobot_NRF24L01

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MirfSpiDriver.h 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
hao 提交于 8年前 . add API
#ifndef __MIRF_SPI_DRIVER
#define __MIRF_SPI_DRIVER
extern "C" {
#include <string.h>
#include <inttypes.h>
}
class MirfSpiDriver {
public:
virtual uint8_t transfer(uint8_t data);
virtual void begin();
virtual void end();
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dfrobot/DFRobot_NRF24L01.git
git@gitee.com:dfrobot/DFRobot_NRF24L01.git
dfrobot
DFRobot_NRF24L01
DFRobot_NRF24L01
master

搜索帮助