搜索资源列表
XXPlatformV1.1
- 此为某测试平台的上位机软件部分,内部使用了虚拟仪器和IVI,同时也 使用自研的调理硬件模块。主要包括系统自检、校准部分。 其中自检涉及到100多路通道,硬件用C8051F020、欧姆龙机电器、光耦 DA部分完成MUX和信号源。 可供多路扫描AD和低频信号源参考。上位机用VC60开发。 完整上位机源代码。-this as a test platform for PC software, which uses the virtual machines and IVI. also
DDS_report_1
- 16:1 MUX usind 2 4:1 MUX Strutures
verilogcode
- Verilog语言实现的多路选择器和移位寄存器的源代码.-Verilog language implementation of MUX and the shift register the source code.
RTC_12887
- Complete code in C for a LCD clock using the HD44780 display and DS12887 real time clock chip in non-mux mode with Intel Timing. Hardware : Silabs 80c51F020 development kit.
fet410_lcd_03
- msp430f425的LCD驱动程序,4-mux模式-MSP-FET430P410 Demo- LCD, Display Numbers on a 4-Mux LCD // // Descr iption: This program displays digits stored in the variable "value" // on a 4-mux LCD, then waits in low power mode 3. To use the program run it
STM8_CAN(MUX)
- STM8实现can总线多机通信程序,基于风驰stm8开发板,可以直接应用-STM8 bus can achieve multi-machine communication program, Feng Chi stm8 based development board, can be applied directly
EFM32外设模块—ADC-V1.00
- 模拟数字转换器(Analog to Digital Converter,简称 ADC)是 EFM32 片上模拟外设之一, 分辨率为 12 位时最大采样速率可达 1M Samples/s。其具有以下特性: z 可编程分辨率(6/8/12-bit); z 可选输入通道包括 8 个外部输入引脚和 7 个内部输入信号; z 单次转换和扫描转换两种工作模式; z 可选择使用内部参考电压或外部参考电压; z 支持硬件过采样。(The ADC is a Successive Approximati
ads8688
- ADS8688 带 5V 单电源并支持双极输入的 16 位、8 通道、500Ksps ADC 具有集成模拟前端的 16 位 ADC 支持自动和手动两种扫描模式的 4 通道和 8 通道多路复用器 (MUX) 独立于通道的可编程输入范围: 双极:±10.24V、±5.12V 和 ±2.56V 单极:0V 到 10.24V 和 0V 到 5.12V 5V 模拟电源:1.65V 到 5V I/O 电源 恒定的阻性输入阻抗:1MΩ 输入过压保护:高达 ±20V 低漂移的片上 4.096
AVR Studio例子
- /* * ADC.c * * Created: 22-5-2011 8:22:10 PM * Author: Wingston */ #include <avr/io.h> #include <avr/interrupt.h> uint16_t ReadChannel(int mux); int main (void) { DDRC = 0xFF; uint16_t adcval = 0; while(1){ a