登录
首页 » Visual C++ » STM8L

STM8L

于 2011-04-21 发布 文件大小:204KB
0 268
下载积分: 1 下载次数: 489

代码说明:

  IAR开发环境,STM8L单片机,Att7053计量芯片,此仪表程序可以显示电压电流频率(IAR development environment, STM8L SCM, Att7053 measurement chip, the instrument can display the voltage and current frequency of program)

文件列表:

AVHZ
....\ATT7053.c,5431,2011-04-01
....\att7053.h,2555,2011-03-10
....\code.c,3286,2011-03-10
....\code.h,1942,2011-03-10
....\config.h,4655,2011-03-10
....\Debug
....\.....\Exe
....\.....\...\signalallfun.hex,4696,2011-03-10
....\.....\...\yyy.out,49468,2011-03-10
....\.....\List
....\.....\Obj
....\.....\...\code.o,14567,2011-03-10
....\.....\...\display.o,11623,2011-03-10
....\.....\...\fun.o,10459,2011-03-10
....\.....\...\main.o,53424,2011-03-10
....\.....\...\signalallfun.pbd,327,2011-03-10
....\.....\...\usart.o,48175,2011-03-10
....\.....\...\user.o,35491,2011-03-10
....\display.c,7057,2011-04-01
....\display.h,519,2011-03-10
....\flash_dog.c,5164,2011-04-01
....\flash_dog.h,1535,2011-03-10
....\fun.c,7587,2011-03-10
....\fun.h,427,2011-03-10
....\include.h,304,2011-03-10
....\main.c,8543,2011-03-10
....\main.h,569,2011-03-10
....\Release
....\.......\Exe
....\.......\...\signalallfun.hex,48056,2011-04-01
....\.......\...\signalallfun.out,167836,2011-04-01
....\.......\List
....\.......\Obj
....\.......\...\ATT7053.o,18034,2011-04-01
....\.......\...\code.o,21906,2011-04-01
....\.......\...\display.o,20007,2011-04-01
....\.......\...\flash_dog.o,33350,2011-04-01
....\.......\...\fun.o,43114,2011-04-01
....\.......\...\main.o,71892,2011-04-01
....\.......\...\signalallfun.pbd,1070,2011-04-14
....\.......\...\test.o,19950,2011-04-01
....\.......\...\usart.o,57540,2011-04-01
....\.......\...\user.o,42334,2011-04-01
....\settings
....\........\signalallfun.cspy.bat,1792,2011-04-14
....\........\signalallfun.dbgdt,8051,2011-04-14
....\........\signalallfun.dni,714,2011-04-14
....\........\signalallfun.wsdt,3219,2011-04-14
....\signalallfun.dep,14902,2011-04-14
....\signalallfun.ewp,42219,2011-03-10
....\signalallfun.eww,166,2011-03-10
....\test.c,7751,2011-03-10
....\test.h,553,2011-03-10
....\type.h,213,2011-03-10
....\usart.c,20600,2011-04-01
....\usart.h,236,2011-03-10
....\user.c,19509,2011-03-10
....\user.h,1775,2011-03-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Visual_Studio_2010_Shortcuts
    Microsoft Visual Studio 2010 Express 快速功能鍵(Microsoft Visual Studio 2010 Express Keybinding Brochures)
    2014-01-21 14:51:30下载
    积分:1
  • 基于STM32的室内温度控制系统设计
    基于STM32的室内温度控制系统设计含pcb短路图原理图完整文档(STM32 u6700 u5C0F u7CFB u7EDFpcb u548C u539F u7406 u56FE u5C01 u88C5 u5E93)
    2017-05-06 15:28:37下载
    积分:1
  • Template 蜂鸣器实验
    基于stm32的蜂鸣器实验源码。需要在对应平台上使用(Based on the stm32 buzzer experimental source. Need to use on the corresponding platform)
    2017-06-19 03:30:48下载
    积分:1
  • test
    c++程序实现的JPEG图片到RGB565 16位的LCD显示的数据转换程序.(c++ program to achieve the JPEG image to RGB565 16-bit LCD display of the data conversion process. )
    2012-04-24 16:27:36下载
    积分:1
  • stc15-MMA7361L
    STC15单片机应用角度传感器MMA7361L调试程序(STC15 SCM application debugger angle sensor MMA7361L)
    2014-11-05 23:05:10下载
    积分:1
  • CodeWarrior
    CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
    2013-08-21 21:14:06下载
    积分:1
  • ParallelQuickSort
    parallel quicksort algorithm and implimentation
    2015-06-23 03:59:36下载
    积分:1
  • key_Queue
    3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)
    2013-12-15 15:04:19下载
    积分:1
  • FfmpegSdl2.0Demo_vs2005
    使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。(Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.)
    2015-11-29 17:30:55下载
    积分:1
  • uip
    单片机联网的UIP协议程序,以及必要的驱动程序。(Networked microcontroller UIP agreement procedure, and the necessary drivers.)
    2013-09-02 22:35:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载