mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
[update] 增加STM32智慧宿舍基础代码
This commit is contained in:
31
firmware/stm32/smart_dormitory/User/Process/process.h
Normal file
31
firmware/stm32/smart_dormitory/User/Process/process.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/****************************************Copyright (c)****************************************************
|
||||
**
|
||||
** File name: process.h
|
||||
** Created by: XiaoYi
|
||||
** Created date: 2020-10-16
|
||||
** Version: v1.0
|
||||
** Descriptions: The original
|
||||
** Link address: https://blog.csdn.net/weixin_45006076
|
||||
**
|
||||
*********************************************************************************************************/
|
||||
|
||||
#ifndef __PROCESS_H__
|
||||
#define __PROCESS_H__
|
||||
|
||||
#include "main.h"
|
||||
|
||||
/* ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
||||
#define BUZZ PBout(0)
|
||||
|
||||
void start_buzz(void);
|
||||
|
||||
void stop_buzz(void);
|
||||
|
||||
void process_local_handle(uint16_t value_humi);
|
||||
|
||||
void process_report_data(void);
|
||||
|
||||
void process_handle_wifi_data(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user