文件名称:nRF24L01.c
介绍说明--下载内容均来自于网络,请自行研究使用
nRF24L01的驱动程序,LCD会显示时时温度,当发送端温度变化时,接收端显示温度也变化,当超过预设范围蜂鸣器报警
同时打开PC温度采集界面可以看到界面温度效果,其中波特率选择9600,和串口号-nRF24L01 driver, define LED1_0 P6OUT & = ~ BIT1// Output 0# define LED1_1 P6OUT | = BIT1// Output 1# define LED2_0 P6OUT & = ~ BIT2// Output 0# define LED2_1 P6OUT | = BIT2// output 1 //================================== BELL ============= ===
同时打开PC温度采集界面可以看到界面温度效果,其中波特率选择9600,和串口号-nRF24L01 driver, define LED1_0 P6OUT & = ~ BIT1// Output 0# define LED1_1 P6OUT | = BIT1// Output 1# define LED2_0 P6OUT & = ~ BIT2// Output 0# define LED2_1 P6OUT | = BIT2// output 1 //================================== BELL ============= ===
(系统自动生成,下载前可以参看下载内容)
下载文件列表
nRF24L01.c.c