资源简介
该工程可以实现温湿度的获取,传感器使用的是dht11,MCu采用的是stm32f103
代码片段和文件信息
/*
FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.
***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
***************************************************************************
FreeRTOS is distributed in the hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed *
* robust strictly quality controlled supported and cross *
* platform software that is more than just the market leader it *
* is the industry‘s de facto standard. *
* *
* Help yourself get started quickly while simultaneously helping *
* to support the FreeRTOS project by purchasing a FreeRTOS *
* tutorial book reference manual or both: *
* http://www.FreeRTOS.org/Documentation *
* *
***************************************************************************
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
the FAQ page “My application does not run what could be wrong?“. Have you
defined configASSERT()?
http://www.FreeRTOS.org/support - In return for receiving this top quality
embedded software for free we request you assist our global community by
participating in the support forum.
http://www.FreeRTOS.org/training - Investing in training allows your team to
be as productive as possible as early as possible. Now you can receive
FreeRTOS training directly from Richard Barry CEO of Real Time Engineers
Ltd and the world‘s leading authority on the world‘s leading RTOS.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1085 2019-06-26 22:54 DHT11温湿度传感器项目代码\Doc\readme.txt
文件 29133 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\croutine.h
文件 10168 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\deprecated_definitions.h
文件 32882 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\event_groups.h
文件 34633 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\FreeRTOS.h
文件 21169 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\list.h
文件 12288 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\mpu_prototypes.h
文件 10234 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\mpu_wrappers.h
文件 8684 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\portable.h
文件 8184 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\projdefs.h
文件 67336 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\queue.h
文件 50406 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\semphr.h
文件 8550 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\StackMacros.h
文件 850 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\stdint.readme
文件 95351 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\task.h
文件 62241 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\include\timers.h
文件 7604 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\heap_1.c
文件 12644 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\heap_2.c
文件 5510 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\heap_3.c
文件 16957 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\heap_4.c
文件 18801 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\heap_5.c
文件 124 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\MemMang\ReadMe.url
文件 27175 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\RVDS\ARM_CM3\port.c
文件 10963 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\port\RVDS\ARM_CM3\portmacro.h
文件 15771 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\croutine.c
文件 26251 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\event_groups.c
文件 10993 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\list.c
文件 83729 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\queue.c
文件 822 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\readme.txt
文件 157816 2019-06-26 22:54 DHT11温湿度传感器项目代码\FreeRTOS\src\tasks.c
............此处省略266个文件信息
- 上一篇:学生综合素质测评
- 下一篇:《剑指offer》思路汇总---简化版的原书思路共42页
相关资源
- stm32做的红外遥控解码程序
- 《emwin实战指南(基于STM32-ISO开发板)
- Beginning STM32: Developing with FreeRTOS libo
- stm32f103c8t6_sch.Lib
- ALIENTEK战舰STM32F1 V3开发板原理图.rar
- STM32F103RC+ADC+DMA多通道采样LCD显示
- I2C读写AT24C02 基于STM32F103 cube116540
- 基于stm32f103ve的程序——跑马灯实验
- 基于STM32RCT6的步进电机驱动程序
- stm32f407上的两个can发送和接收例程
- STM32 led 时钟
- STM32 2.4G通信例程
- 直流无刷电机方波驱动 stm32 例程代码
- STM32中文资料
- STM32蓝牙和串口程序
- STM32f103超声波模块例程
- stm32f103c8t6 4 oled.rar
- stm32f030 IAP Demo(原创)
- STM32基于rt_thread操作系统的SDHC卡文件
- NRF24L01实现51与STM32双向通讯
- STM32F103 串口程序(完整版)
- stm32 ds18b20 温度传感器 测试通过
- stm32官方例程
- STM32F103定时器中断程序
- [免费]基于stm32f103ze 的OLED驱动代码
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- STM32F103 DS18B20 V3.5.0固件库驱动程序工
- STM32定时器使用入门。看了这个程序会
- SIM908 SDIO FSMC STM32 FIFO
- STM32F103 CC2500完整驱动(模拟SPI)
川公网安备 51152502000135号
评论
共有 条评论