资源简介

该资料内容:以STM32f407为主控芯片,包括温度测量、一氧化碳、甲醛、二氧化碳和PM2.5的浓度测量,同时显示当前浓度,并在浓度超标时报警,以及通过GPRS模块给指定联系人发送提示短信,实现该功能的代码

资源截图

代码片段和文件信息

/*********************************************************************
*          Portions COPYRIGHT 2013 STMicroelectronics                *
*          Portions SEGGER Microcontroller GmbH & Co. KG             *
*        Solutions for real time microcontroller applications        *
**********************************************************************
*                                                                    *
*        (c) 1996 - 2013  SEGGER Microcontroller GmbH & Co. KG       *
*                                                                    *
*        Internet: www.segger.com    Support:  support@segger.com    *
*                                                                    *
**********************************************************************

** emWin V5.22 - Graphical user interface for embedded applications **
All  Intellectual Property rights  in the Software belongs to  SEGGER.
emWin is protected by  international copyright laws.  Knowledge of the
source code may not be used to write a similar product.  This file may
only be used in accordance with the following terms:

The  software has  been licensed  to STMicroelectronics International
N.V. a Dutch company with a Swiss branch and its headquarters in Plan-
les-Ouates Geneva 39 Chemin du Champ des Filles Switzerland for the
purposes of creating libraries for ARM Cortex-M-based 32-bit microcon_
troller products commercialized by Licensee only sublicensed and dis_
tributed under the terms and conditions of the End User License Agree_
ment supplied by STMicroelectronics International N.V.
Full source code is available at: www.segger.com

We appreciate your understanding and fairness.
----------------------------------------------------------------------
File        : GUIDEMO.c
Purpose     : Several GUIDEMO routines
----------------------------------------------------------------------
*/

/**
  ******************************************************************************
  * @file    GUIDEMO.c
  * @author  MCD Application Team
  * @version V1.1.1
  * @date    15-November-2013
  * @brief   Several GUIDEMO routines
  ******************************************************************************
  * @attention
  *
  * Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
  * You may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
  *
  *        http://www.st.com/software_license_agreement_liberty_v2
  *
  * Unless required by applicable law or agreed to in writing software 
  * distributed under the License is distributed on an “AS IS“ BASIS 
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
  ******************************************************************************
  */


#include “GUIDEMO.h

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-28 13:10  F407Stemwin\
     目录           0  2018-06-28 13:09  F407Stemwin\CORE\
     文件      109142  2013-11-07 18:54  F407Stemwin\CORE\core_cm4.h
     文件       22735  2013-11-07 18:54  F407Stemwin\CORE\core_cm4_simd.h
     文件       17146  2014-07-17 21:52  F407Stemwin\CORE\core_cmFunc.h
     文件       20513  2014-07-17 21:52  F407Stemwin\CORE\core_cmInstr.h
     文件       29607  2014-10-25 11:12  F407Stemwin\CORE\startup_stm32f40_41xxx.s
     目录           0  2018-06-28 13:09  F407Stemwin\EMWIN\
     目录           0  2018-06-28 13:09  F407Stemwin\EMWIN\Demo\
     文件       22815  2015-04-10 13:00  F407Stemwin\EMWIN\Demo\GUIDEMO.c
     文件        9977  2014-07-15 12:27  F407Stemwin\EMWIN\Demo\GUIDEMO.h
     文件        8750  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_AntialiasedText.c
     文件      104455  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Automotive.c
     文件       18894  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_BarGraph.c
     文件       67564  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Bitmap.c
     文件        7768  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_ColorBar.c
     文件        5566  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Conf.c
     文件        7519  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Cursor.c
     文件      169993  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Fading.c
     文件       12773  2014-07-12 22:49  F407Stemwin\EMWIN\Demo\GUIDEMO_Graph.c
     文件     1403656  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_IconView.c
     文件      367299  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_ImageFlow.c
     文件        5372  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Intro.c
     文件       14194  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Listview.c
     文件      286662  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_RadialMenu.c
     文件      405069  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Resource.c
     文件      103588  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Skinning.c
     文件        7108  2014-07-14 20:15  F407Stemwin\EMWIN\Demo\GUIDEMO_Speed.c
     文件      162454  2014-07-15 11:48  F407Stemwin\EMWIN\Demo\GUIDEMO_Speedometer.c
     文件        3304  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Start.c
     文件        1425  2014-07-04 15:53  F407Stemwin\EMWIN\Demo\GUIDEMO_Touch.c
............此处省略291个文件信息

评论

共有 条评论