搜索资源列表
MSP430-ADC-LCD
- 通过MSP430的ADC12 对内部温度传感器进行数据采样,把温度显示到LCD-ADC12 through MSP430430s internal temperature sensor for data sampling, the temperature display to the LCD
adc-report
- Complete project of a voltage DAC (analog to digital converter) with a two digit seven segment display using Atmel AVR AT90S2313 microcontroller. DAC is counter-based, using analog comparator connected to PB0 (+) and PB1 (-). Code included.
AVR_notebook_ADC_ASM
- Here is a demonstration of ADC that can be run with a potentiometer connected across Vtg and GND with its wiper connected to PB4. In this case the upper 2 bits of the 10-bit conversion result are displayed on the diodes. It was chosen to work with th
ADCDAC
- program code for adc to dac in tms320L240 processor
adc_test
- adc code for 8051 easy to use
ADC
- 这是一个不错的AD转换的代码 以后理工科的同学要做毕业设计的时候可以接过来用的-This is a good AD conversion after the code of science and engineering graduate students to do when the design can be used to take over the
Keil_MCP3202_ADC
- Keil source code for ADC MCP3202
adcm88
- ADC on atmega88 , switch 8 leds,code and proteus simulation
program
- pwm_Adc_rtc this code is used to generate adc at real time clock
PIC-16F886-(sensor-luz)
- This a code for a pic 16f886 in assembler languaje. This code explain how to use the ADC converter module in the Pic.-This is a code for a pic 16f886 in assembler languaje. This code explain how to use the ADC converter module in the Pic.
PIC-ADC-Example
- ADC converter simulation and source code, Using PIC microcontroller
ADC
- MSP430F149控制ADC7545输出,源程序代码,并能LED显示明暗度-MSP430F149 control ADC7545 output, source code, and the LED display brightness
Fibonacci-Sequence
- 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov
HgzJoy
- ATmega8做的USB方向盘控制器代码。目前支持光电和ADC轴输入,16个按键。-The ATmega8 do USB steering wheel controller code. Currently supports photoelectric and ADC input shaft, 16 keys.
Sample-code-for-Cortex-M0
- Cortex-M0 sample code 1.時鐘配置 2.Key & LED 3. system clock 4. LCD display 5. UART 6. I2C 7. ADC 8. Watchdog
ADCTemperature
- 发板LPC1114的系统ADC测温系统的源码及其简解-Hair board the LPC1114 system the ADC temperature measurement system source code and its simple solution
2711-Li-charger-online
- 2711锂电池充放电监控,用于松翰2711制作的锂电充放电监控,内含工程代码,ADC,电压电流代码等。-2711 Li-ion battery charge and discharge control for the production of lithium Sonix 2711 discharge monitoring, including project code, ADC, voltage and current codes.
ADC
- The code helps you to understand the ADC of the STM8S microcontroller.