登录
首页 » c » PIC8单片机ADC应用

PIC8单片机ADC应用

于 2022-01-25 发布 文件大小:2.45 kB
0 39
下载积分: 2 下载次数: 1

代码说明:

#include volatile unsigned char adresult; void ADC_Sample(unsigned char adch); void DelayXms(unsigned char x); #define _DEBUG //调试程序用 /********************************************************** 函数名称:AD_Sample 函数功能:AD检测 入口参数:adch - 检测通道 出口参数:无  备    注:采样通道需自行设置为模拟口      采样10次,取中间八次的平均值为采样结果存于adresult中 **********************************************************/ void ADC_Sample(unsigned char adch) { static unsigned int adsum = 0; static unsigned char admin = 0,admax = 0; static unsigned char adtimes = 0; ADCON1 = 0; //左对齐 ADCON0 = 0X41 | (adch

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

发表评论

0 个回复

  • 基于STM32实现矩阵按键控制数码管显示的长按,短按,以及状态切换
        此代码能实现按键对数码管的控制,和各种状态切换,数码管有9个用到7个其中两个暂时还没用到。按键11个。定时器对数码管时间显示计时,按键实现数码管的加减,其中包括短按按键加减1,长按加减10的功能。设置完之后按下开始按键实现计时,按下停止按键实现数码管显示的数停止计时。停止按键有三种或者两种状态切换,停止,回复设定的值,以及清零。
    2022-01-31 10:50:36下载
    积分:1
  • mfile
    说明:  MATLAB教程(r2018a)源代码,对应书中例题,运行流畅(Matlab course (r2018a))
    2020-03-21 18:56:02下载
    积分:1
  • GPS-test-programfor-STM32
    这是XC-GPS开发板的测试程序,这一部分是有关于STM32的测试程序。(This is the XC-GPS development board test program, this part is on the STM32 test procedures.)
    2013-07-23 17:15:57下载
    积分:1
  • 网络聊天室实例
    一个非常简单实用的网络聊天源代码案例。 实现了一个网络聊天室的功能。 代码虽然简单,但是清楚容易懂,是初学c++练手的不错的教材。
    2022-03-24 18:45:51下载
    积分:1
  • UI缩放功能实现
    【实例简介】UI缩放功能实现 根据不同分辨率,控件能够自动缩放
    2021-11-30 00:45:50下载
    积分:1
  • opengl多移动绿色箭头
    opengles绘制多个正在移动的绿色箭头(OpenGLES draws a number of moving green arrows)
    2018-08-06 11:38:45下载
    积分:1
  • android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    android 调用 C# webservice 例子完整源码(含android 和webservice源码)
    2014-10-22下载
    积分:1
  • communication
    一份红外通讯的编码设计,已经经过实验,支持一对多。(Encoding of an infrared communication design, and after the experiment, to support one to many.)
    2012-04-11 11:42:38下载
    积分:1
  • ParsingXML__C-CPP
    XML文件解析器,This file contains a summary of what you will find in each of the files that make up your ParsingXML application.(XML anaysis,This file contains a summary of what you will find in each of the files that make up your ParsingXML application.)
    2015-07-07 09:47:00下载
    积分:1
  • spi_master
    AURIX TC297 SPI 主模式例程(AURIX TC297 SPI Master Mode demo)
    2021-01-28 13:28:36下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载