11.22:完善注释;提高代码的移植性;完善串口程序。
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#ifndef __DHT11_H
|
||||
#define __DHT11_H
|
||||
#ifndef __DHT11_H__
|
||||
#define __DHT11_H__
|
||||
|
||||
#include "stm32f10x.h" // Device header
|
||||
#include "Delay.h"
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
||||
/* DHT11<31><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define DHT11_GPIO_CLK RCC_APB2Periph_GPIOB
|
||||
|
||||
Reference in New Issue
Block a user