- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 110kb
- Update:
- 2012-12-09
- Downloads:
- 0 Times
- Uploaded by:
- jilly
Description: This experiment will achieve the following functions: use of keys (or USmart) channel control the STM32 the internal DAC module 1 to the output voltage, and the acquisition of the output voltage of the DAC through the channel 1 of the ADC1, the display on the LCD module above ADC acquires a voltage value and DACset the output voltage value. By usmart call Dac1_Set_Vol function to directly set the DAC output voltage.
To Search:
File list (Check if you may need any files):
实验19 DAC实验\HARDWARE\ADC\adc.c
..............\........\...\adc.h
..............\........\BEEP\beep.c
..............\........\....\beep.h
..............\........\DAC\dac.c
..............\........\...\dac.h
..............\........\EXTI\exti.c
..............\........\....\exti.h
..............\........\KEY\key.c
..............\........\...\key.h
..............\........\LCD\FONT.H
..............\........\...\ILI93xx.c
..............\........\...\LCD.h
..............\........\.ED\led.c
..............\........\...\led.h
..............\........\OLED\oled.c
..............\........\....\oled.h
..............\........\....\oledfont.h
..............\........\RTC\rtc.c
..............\........\...\rtc.h
..............\........\TIMER\timer.c
..............\........\.....\timer.h
..............\........\.PAD\tpad.c
..............\........\....\tpad.h
..............\........\WDG\wdg.c
..............\........\...\wdg.h
..............\........\.KUP\wkup.c
..............\........\....\wkup.h
..............\keilkill.bat
..............\OBJ\test.hex
..............\README.TXT
..............\SYSTEM\delay\delay.c
..............\......\.....\delay.h
..............\......\sys\sys.c
..............\......\...\sys.h
..............\......\usart\usart.c
..............\......\.....\usart.h
..............\USER\startup_stm32f10x_hd.s
..............\....\test.c
..............\....\test.Opt
..............\....\test.Uv2
..............\..MART\readme.txt
..............\......\usmart.c
..............\......\usmart.h
..............\......\usmart_config.c
..............\......\usmart_str.c
..............\......\usmart_str.h
..............\HARDWARE\ADC
..............\........\BEEP
..............\........\DAC
..............\........\EXTI
..............\........\KEY
..............\........\LCD
..............\........\LED
..............\........\OLED
..............\........\RTC
..............\........\TIMER
..............\........\TPAD
..............\........\WDG
..............\........\WKUP
..............\SYSTEM\delay
..............\......\sys
..............\......\usart
..............\HARDWARE
..............\OBJ
..............\SYSTEM
..............\USER
..............\USMART
实验19 DAC实验