文件名称:SmartBool
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-22
- 文件大小:
- 371kb
- 下载次数:
- 0次
- 提 供 者:
- lin***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于STM8L低功耗系列芯片,开发一款智能手持血糖监测设备的源码,包含了进入halt()休眠模式,和多功能组合按键的实现,以及通信协议部分的实现,模拟IIC外设读取,与静态LCD显示驱动的编写。-STM8L-based low-power chips, developed an intelligent hand-held blood glucose monitoring device source code, including entering halt () Sleep mode, and multi-function key combination to achieve, as well as the communication protocol part of the implementation, simulation IIC peripheral reads, static LCD display driver with the preparation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据存储实现\Debug\Exe\uart.hex
............\.....\...\uart.out
............\.....\Obj\Flash_Driver.o
............\.....\...\I2C_Driver.o
............\.....\...\InPut_Driver.o
............\.....\...\Lcd_Driver.o
............\.....\...\main.o
............\.....\...\my_package.o
............\.....\...\Protocol.o
............\.....\...\RTC_CLK.o
............\.....\...\stm8l15x_adc.o
............\.....\...\stm8l15x_adc.pbi
............\.....\...\stm8l15x_clk.o
............\.....\...\stm8l15x_exti.o
............\.....\...\stm8l15x_gpio.o
............\.....\...\stm8l15x_it.o
............\.....\...\stm8l15x_rtc.o
............\.....\...\stm8l15x_tim4.o
............\.....\...\stm8l15x_usart.o
............\.....\...\uart.pbd
............\.....\...\UsrData.o
............\Flash\Flash_Driver.c
............\.....\flash_driver.h
............\.WLIB\inc\stm8l15x.h
............\.....\...\stm8l15x_clk.h
............\.....\...\stm8l15x_exti.h
............\.....\...\stm8l15x_gpio.h
............\.....\...\stm8l15x_rtc.h
............\.....\...\stm8l15x_tim4.h
............\.....\...\stm8l15x_usart.h
............\.....\src\stm8l15x_clk.c
............\.....\...\stm8l15x_exti.c
............\.....\...\stm8l15x_gpio.c
............\.....\...\stm8l15x_rtc.c
............\.....\...\stm8l15x_tim4.c
............\.....\...\stm8l15x_usart.c
............\IIC\I2C_Driver.c
............\...\I2C_Driver.h
............\.nPut\InPut_Driver.c
............\.....\InPut_Driver.h
............\LCD\Lcd_Driver.c
............\...\Lcd_Driver.h
............\main.c
............\main.h
............\Protocol\Protocol.c
............\........\Protocol.h
............\RTC_CLK\RTC_CLK.c
............\.......\RTC_CLK.h
............\settings\uart.cspy.bat
............\........\uart.dbgdt
............\........\uart.dni
............\........\uart.wsdt
............\stm8l15x_conf.h
............\stm8l15x_it.c
............\stm8l15x_it.h
............\uart.dep
............\uart.ewd
............\uart.ewp
............\uart.eww
............\UsrData\UsrData.c
............\.......\UsrData.h
............\Debug\Exe
............\.....\List
............\.....\Obj
............\FWLIB\inc
............\.....\src
............\ADC
............\Debug
............\Flash
............\FWLIB
............\IIC
............\InPut
............\LCD
............\Protocol
............\RTC_CLK
............\settings
............\UsrData
数据存储实现