SSHT10H

所属分类:处理器开发
开发工具:Visual C++
文件大小:217KB
下载次数:30
上传日期:2012-07-19 23:09:19
上 传 者lusanmang
说明:  SHT1x系列湿度传感器源程序 单片机类型STM32 可直接使用。
(Source microcontroller type STM32 SHT1x series humidity sensor can be used directly.)

文件列表:
SSHT10H\湿度\library\inc\cortexm3_macro.h (2313, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_adc.h (16421, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_bkp.h (3526, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_can.h (12319, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_dma.h (12551, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_exti.h (5868, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_flash.h (10421, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_gpio.h (12562, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_i2c.h (15681, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_iwdg.h (3534, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_lib.h (3080, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_map.h (20402, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_nvic.h (16398, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_pwr.h (3975, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_rcc.h (13856, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_rtc.h (3767, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_spi.h (9436, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_systick.h (3315, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_tim.h (29150, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_tim1.h (34803, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_type.h (3189, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_usart.h (11846, 2007-06-11)
SSHT10H\湿度\library\inc\stm32f10x_wwdg.h (2750, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_adc.c (55005, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_bkp.c (10714, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_can.c (31626, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_dma.c (23394, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_exti.c (8686, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_flash.c (32144, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_gpio.c (21144, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_i2c.c (45392, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_iwdg.c (6535, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_lib.c (6920, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_nvic.c (28976, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_pwr.c (11294, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_rcc.c (42966, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_rtc.c (12831, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_spi.c (25425, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_systick.c (7216, 2007-06-11)
SSHT10H\湿度\library\src\stm32f10x_tim.c (99333, 2007-06-11)
... ...

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Date First Issued : 05/21/2007 * Description : This sub-directory contains all the user-modifiable files * needed to create a new project linked with the STM32F10x * Firmware Library and working with IAR Embedded Workbench * for ARM (EWARM) software toolchain (version 4.42A) ******************************************************************************** * History: * 05/21/2007: V0.3 ******************************************************************************** * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Directory contents =================== - project .ewd/.eww/.ewp: A pre-configured project file with the provided library structure that produces a debug\release executable image with IAR Embedded Workbench. - stm32f10x_vector.c: This file contains the vector table for STM32F10x. - lnkarm_flash.xcl: This file is the IAR specific linking and loading file used to load in Flash and execute code and variables to target memories and regions. You can customize this file to your need. - lnkarm_ram.xcl: This file is the IAR specific linking and loading file used to load in RAM and execute code and variables to target memories and regions. You can customize this file to your need. - cortexm3_macro.s: Instruction wrappers for special Cortex-M3 instructions. How to use it ============= - Open the Project.eww workspace. - In the workspace toolbar select the project config: - BOOT_FLASH: to load project image into FLASH - BOOT_RAM: to load project image into RAM - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) ******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者