以GMS97C2051单片机为核心,采用TLC2543 12位串行A/D转换器,设计了一个串行数据采集/传输模块,给出了主要源程序。
上传时间: 2015-03-17
上传用户:teddysha
Note:通过模拟量输入口LINE_IN输入电压值,以8K的采样率经A/D //转换后送给IOB口控制LED点亮,同时可以根据LED的点亮来了解转换 //的数据
上传时间: 2013-12-13
上传用户:叶山豪
以GMS97C2051单片机为核心,采用TLC2543 12位串行A/D转换器,设计了一个串行数据采集/传输模块,给出了硬件原理图和主要源程序。
上传时间: 2013-12-09
上传用户:qq521
微机原理与接口实验指导,包括:A/D转换实验、 D/A转换实验、255A并行口实验、定时器/计数器、数据排序程序、红绿交通灯实验等等
上传时间: 2014-01-09
上传用户:lx9076
This example implements a gameport translator on the PIC16C765. The firmware translates a gaming device plugged into the gameport to a USB gaming device. The firmware is set up to translate the DexxaTM eight-button gamepad. Changes to the firmware will be necessary for a different gaming device.
标签: implements translator translates gameport
上传时间: 2015-04-26
上传用户:yyq123456789
嵌入式应用技术基础教程1 第1章 嵌入式应用技术概述 第2章 嵌入式应用技术的硬件基础 第3章 高级语言的串行通信编程 第4章 Freescale 08系列单片机概述 第5章 HC08 CPU与汇编基础 第6章 通用I/O与第一个汇编程序 第7章 08C语言 第8章 串行通信接口SCI与串行外设接口SPI 第9章 键盘中断模块与A/D转换模块 第10章 定时接口模块
上传时间: 2015-05-03
上传用户:er1219
44BO驱动触摸屏的源程序,A/D转换芯片为FM7843,ADS1.2开发环境
上传时间: 2015-05-14
上传用户:himbly
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
本设计以ATMEL公司生产的AT90S8515作为控制核心,实现输出电流的数字控制,巧妙地利用4通道8位D/A转换芯MAX505转换芯片来完成16位的转换精度,D/A转换芯片输出的电压量经过一个压流变换电路变换成电流量的输出。再通过12位A/D转换芯片MAX197实现输出数据的反馈采集,形成输出电流的闭环控制,以此来达到较高的控制精度。
上传时间: 2015-05-29
上传用户:
本设计系统包括温度传感器,A/D转换模块,输出控制模块,数据传输模块,温度显示模块和温度调节驱动电路六个部分。文中对每个部分功能、实现过程作了详细介绍。整个系统的核心是进行温度监控,完成了课题所有要求。
标签: 温度传感器
上传时间: 2013-12-25
上传用户:stella2015