Welcome![Sign In][Sign Up]
Location:
Search - ADC key

Search list

[Embeded-SCM Developadc

Description: m16 的adc,做的时候发现很多问题,主要时采样电路没做好,关键时滤波部分-m16 the adc, time to do a lot of problems found, the main circuit when the sample did not do a good job, the key part of the time filtering
Platform: | Size: 23552 | Author: 黄锦辉 | Hits:

[SCMMSP430SOURCECODE

Description: MSP430F133开发板代码包 独立按键(C) 5_1_6_1.c 扫描按键 key.s43 扫描按键(C) key.c ADC 5_1_8.s43 5_1_9_1.s43 IIC器件 test24C256.S43 键盘与显示 keyDIP.S43 键盘与显示以及低功耗 keydLPM.S43 电子琴 keyQing.S43 温度报警系统 keyDLAS_ALARM.S43 固体录音机 4004_KEY.s43 时间控制器 time_cont.c 交通灯 tr_led.s43 12864液晶程序 -MSP430F133 development board independence key code package (C) 5_1_6_1.c scan button key.s43 scan button (C) key.c ADC 5_1_8.s43 5_1_9_1.s43 IIC devices test24C256.S43 keyboard and display keyDIP.S43 keyboard and display, as well as low power keydLPM.S43 consumption keyQing.S43 flower temperature alarm system keyDLAS_ALARM.S43 solid recorder 4004_KEY.s43 time traffic lights controller time_cont.c LCD procedures tr_led.s43 12864
Platform: | Size: 1076224 | Author: 龚毅 | Hits:

[Otheradc

Description: 比较器复用_DISABLE,自动触发源连续按键功能,主要是按键出发的方式功能,需要的下载吧-Comparators reuse _DISABLE, automatically trigger source for key functions, mainly the way the starting button functions, the need to download it
Platform: | Size: 1024 | Author: 刘德华 | Hits:

[SCMC8051F350program

Description: 含24bitAD的C8051F350单片机的测试程序,包含ADC,DAC,PWM,LCD,KEY,GPIO,UART,USB,EEPROM等外设的例程-Containing the C8051F350 MCU 24bitAD testing procedures, including ADC, DAC, PWM, LCD, KEY, GPIO, UART, USB, EEPROM peripheral routines and so on
Platform: | Size: 82944 | Author: 王鹏 | Hits:

[SCMadc_input_key

Description: avr adc control source and adc key input source
Platform: | Size: 3072 | Author: altari | Hits:

[assembly languageSPCE061A_MAX_Sub_good

Description: 凌阳子程序大全+++趣味语音识别程序+++61板自检程序+++语音电子钟程序+++语音识别且识别过程在图形液晶显示模组LCD上显示实验+++复读机程序+++数据传送指令演示程序+++冒泡排序程序+++LED键盘模组自检程序+++led单向循环流水灯程序+++点亮IOA口外接LED键盘模组的不同的led来显示按键输入值+++外部中断实验+++触键唤醒实验+++IRQ5,4,6时基信号中断实验+++定时器实验+++定时器A/B的irq0、irq1和irq2中断实验+++双路DAC实验+++ADC转换Line_in实验+++MIC一路录音实验+++32Kflash读写实验+++SACM_A2000-s480-s240自动播放语音,语音录放程序+++0~3.3V电压表(电压显示在数码管上)++++SPCE061A的通用异步串行接口UART实验+++利用DS18B20测量温度,并将温度显示在数码管上+++LCM1602字符液晶显示程序+++图形液晶模组SPLC501字符/汉字/动态图形/几何图形显示实验+++数字录音笔程序-+++ Interesting speech recognition procedure+++61 board self-test procedures+++ voice Electronics bell procedure+++ speech recognition and identification process at graphics LCD modules LCD display on experimental+++ repeat machine process+++ data demo program to send commands+++ Bubble Sort procedure+++ LED keyboard module self-test procedures for one-way+++ led lights recirculating process+++ lit IOA I external LED keyboard led module to display different button Enter a value+++ external interrupt test+++ touch key wake-up test+++ IRQ5, 4,6 experimental interrupted time-base signal timer Experiment++++++ Timer A/B of irq0, irq1 and IRQ2 interrupt experiment+++ Dual DAC Experiment+++ ADC conversion Line_in experiment all the way+++ MIC recorded the experiment to read and write+++32 Kflash experiment+++ SACM_A2000-s480-s240 automatic voice broadcast, voice recording procedures+++0 ~ 3.3V voltage meter (voltage shows up in
Platform: | Size: 7629824 | Author: 人生苦短 | Hits:

[MTKMTK-Tranning

Description: MTK 平台驱动调试应用指南:GPIO EINT KEY ADC的配置-MTK platform-driven guide to debug the application: GPIO EINT KEY ADC configuration
Platform: | Size: 433152 | Author: sea | Hits:

[Other Embeded programKEY_ADC

Description: ARM7的LPC2478在ADS1.2开发环境下按键触发ADC转换程序-ARM7-LPC2478 development environment in the ADS1.2 key trigger ADC conversion process
Platform: | Size: 91136 | Author: zhanghong | Hits:

[Embeded-SCM Developkey

Description: avr的四线触摸屏控制驱动(adc),数值准确-avr-adc
Platform: | Size: 2048 | Author: zeng | Hits:

[Embeded-SCM Develop2440test

Description: ARM2440的测试程序源代码,其中包括了LED测试,按键测试,ADC测试,触摸屏测试-ARM2440 the test program source code, which includes the LED test, key test, ADC test, touch-screen test, etc.
Platform: | Size: 7819264 | Author: kkjiongquan | Hits:

[Other Embeded programkey

Description: 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
Platform: | Size: 4096 | Author: wang | Hits:

[ARM-PowerPC-ColdFire-MIPSkey

Description: 按键,lpc2103的按键程序,能很好的实现按键程序,可以在很多处理器上使用!-Button, lpc2103 buttons procedures for the implementation of key processes very well, can be used in many processors!
Platform: | Size: 95232 | Author: 王平 | Hits:

[SCMMSP430-ADC-Flash-LCD-PWM-Key-RTC..

Description: MSP430 常用的模块代码,为西电测控系谢楷老师编写,不是TI官网上的代码,比官方的代码更好,看看接口就可以直接拿来使用。非常标准的商业级C语言源码,各种接口宏定义和注释写的非常清晰。包括16位ADC,BasicTimer,Flash,LCD,PWM,UART,蜂鸣器,KeyBoard,RTC.非常推荐-MSP430 common used module code,wrote by Xiekai of Measurement and control department of Xidian University.It s not the code wrote by TI s engineer on TI s offical website,but better than that.You can use it easily just have a look at it s programme interface.It s a very standard commercial C source code,macros and comments are very clear.Including ADC,BasicTimer,Flash,LCD,PWM,UART,Speeaker,KeyBoard,RTC.STRONGLY RECOMMEND
Platform: | Size: 304128 | Author: zhangjin | Hits:

[Other Embeded program12864andTLC2543andDAC7611and--key

Description: 51单片机和12位ADC tlc2543的加上12864液晶和12位DAC7611以及矩阵键盘的连调程序,调试已通过,在硬件电路也调试通过,精度很高。-51 single and 12-bit ADC tlc2543 the plus 12864 and 12-bit DAC7611 and the transfer matrix keyboard with the program, debugging has passed, the hardware circuit debugging, high precision.
Platform: | Size: 4096 | Author: 809089685 | Hits:

[source in ebookADC

Description: stm32驱动4X4键盘扫描,用于键盘扫描-/******************************************************************************* * File Name : KeyScan * Description : Serial print out the corresponding key value *******************************************************************************/ #include"stm32f10x.h" #include"KeyScan.h" #include"SysTick.h" #include"USART.h" /******************************************************************************* * Function Name : main * Description : Main program. * Input : None * Output : None * Return : None *******************************************************************************/ int main(void) { SysTick_Init() //延时初始化 USART_GPIO_Config() //串口初始化 USART_Config() Keyboard_Interrupt_Init() //矩阵键盘初始化 while(1) { printf("\nBelieve yourself\n") delay_ms(1500) if(Keyboard_Val) { switch(Keyboard_Val) { case 1:printf("\n1\n") Keyboard_Val=0 break case 2:printf("\n2\n") Keyboar
Platform: | Size: 1024 | Author: henry | Hits:

[ARM-PowerPC-ColdFire-MIPSADCKEY

Description: ADC按键源码,学习ADC按键的好资料。-ADC key source, learning the ADC keys good information.
Platform: | Size: 50176 | Author: | Hits:

[SCMSTM32-touch-key

Description: 本实验将实现如下功能:本实验利用战舰STM32板板载的电容触摸按键,通过TIM5_CH2对电容触摸按键的检测,实现对DS1的控制,下载本代码后,我们通过按开发板右下角的TPAD按钮,就可以控制DS1的亮灭了。不过一定要先用跳线帽短接多功能端口的TPAD和ADC-The experiment will achieve the following functions: In this study, On-board STM32 battleship capacitive touch buttons, the capacitive touch buttons through TIM5_CH2 detection, to achieve control of the DS1, download the code, we developed plate lower right corner by pressing the button TPAD , you can control the DS1 light went out. But be sure to use jumpered multifunctional port TPAD and ADC! ! !
Platform: | Size: 40960 | Author: wanggaogang | Hits:

[Goverment applicationstm32f10x-source-code

Description: stm32F10x 的源代码,包括adc,key,cd,i2c-stm32F10x source code, including adc, key, cd, i2c
Platform: | Size: 25345024 | Author: dj | Hits:

[SCMADC

Description: MSP430,按键控制ADC8通道采集数据,按键控制ADC采集-MSP430, key control ADC8 channel data acquisition, control buttons ADC acquisition
Platform: | Size: 2048 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSADC-key-procession

Description: 用51的MCU的IO方式控制74HC595驱动8位数码管(4位共阴4位共阳)使用Timer0的16位自动重装来产生1ms节拍,程序运行于这个节拍下, ADC按键和行列扫描按键均影射成统一的键码, ADC按键键码为1~16, 行列扫描按键键码为17~32.-Way with 51 MCU IO control 74 hc595 are needed drive eight digital tube (4, a total of four Yin Yang) Timer0 16 automatic reshipment is used to produce 1 ms beats, program running on the beat, the ADC key procession and scanning are mapped into a unified key code, ADC button for 1 ~ 16 key code, line scan button key code for 17 ~ 32.
Platform: | Size: 14336 | Author: 刘尧 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net