資源簡介
(4)LCD顯示(1).rar
代碼片段和文件信息
#include?“delay.h“
__IO?u16?ntime; ????
void?delay_ms(u16?nms)
{ ? ?? ??
ntime=nms;
SysTick_Config(168000);//1ms產(chǎn)生一次中斷
while(ntime);
SysTick->CTRL=0x00; ?? ????
}???
???? ???
void?delay_us(u32?nus)
{
ntime=nus;
SysTick_Config(168);//1us產(chǎn)生一次中斷
while(ntime);
SysTick->CTRL=0x00;
}
void?Delay(u32?count)
{
while(count--);
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????157??2012-03-22?10:22??(4)LCD顯示(1)\(4)LCD顯示\board\inc\delay.h
?????文件??????42249??2012-03-22?18:07??(4)LCD顯示(1)\(4)LCD顯示\board\inc\fonts.h
?????文件????????468??2014-09-05?13:25??(4)LCD顯示(1)\(4)LCD顯示\board\inc\key.h
?????文件???????1964??2014-09-24?09:42??(4)LCD顯示(1)\(4)LCD顯示\board\inc\lcd.h
?????文件????????560??2014-09-05?12:07??(4)LCD顯示(1)\(4)LCD顯示\board\inc\led.h
?????文件????????194??2012-03-22?10:59??(4)LCD顯示(1)\(4)LCD顯示\board\inc\timer.h
?????文件????????113??2012-03-22?12:33??(4)LCD顯示(1)\(4)LCD顯示\board\inc\usart.h
?????文件????????390??2012-03-22?10:22??(4)LCD顯示(1)\(4)LCD顯示\board\src\delay.c
?????文件???????1356??2014-09-05?13:18??(4)LCD顯示(1)\(4)LCD顯示\board\src\key.c
?????文件??????16713??2014-09-24?09:51??(4)LCD顯示(1)\(4)LCD顯示\board\src\lcd.c
?????文件???????1494??2014-09-05?12:30??(4)LCD顯示(1)\(4)LCD顯示\board\src\led.c
?????文件???????2797??2012-03-22?11:00??(4)LCD顯示(1)\(4)LCD顯示\board\src\timer.c
?????文件???????1589??2012-03-22?12:57??(4)LCD顯示(1)\(4)LCD顯示\board\src\usart.c
?????文件????????239??2012-03-22?17:25??(4)LCD顯示(1)\(4)LCD顯示\inc\main.h
?????文件???????1212??2012-03-21?19:24??(4)LCD顯示(1)\(4)LCD顯示\inc\stm32f4xx_conf.h
?????文件????????443??2012-03-21?22:39??(4)LCD顯示(1)\(4)LCD顯示\inc\stm32f4xx_it.h
?????文件??????51511??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\CMSIS?END?USER?LICENCE?AGREEMENT.pdf
?????文件??????13643??2011-07-29?14:50??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS-SVD_Schema_1_0.xsd
?????文件?????127419??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_CM4_SIMD.htm
?????文件??????65406??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_Core.htm
?????文件???????9956??2011-07-27?09:27??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_DebugSupport.htm
?????文件??????17863??2011-07-27?08:48??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_History.htm
?????文件?????123676??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_Logo_Final.jpg
?????文件??????67286??2011-07-27?09:43??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\CMSIS_System_View_Desc
?????文件??????15267??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\annotated.html
?????文件??????20882??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\arm_class_marks_example_f32_8c-example.html
?????文件??????21498??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\arm_convolution_example_f32_8c-example.html
?????文件??????14580??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\arm_dotproduct_example_f32_8c-example.html
?????文件??????12892??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\arm_fft_bin_example_f32_8c-example.html
?????文件??????17085??2011-07-26?10:34??(4)LCD顯示(1)\(4)LCD顯示\Libraries\CMSIS\Documentation\DSP_Lib\html\arm_fir_example_f32_8c-example.html
............此處省略1662個(gè)文件信息
評論
共有 條評論