资源列表
LPC2148_33
- for new lerners for code for you
LPC2148_4 (3
- for beginqdpfdfdf thi s coe will bw useful
31045850TFT
- TFT屏的开发例程,主要指导开发TFT屏的基础设置(The development routines of the TFT screen, which mainly guide the development of the basic settings for the TFT screen)
第二产业
- exe132131231232131312
STM32F4中文手册
- stm32f4系列的中文参考手册,相关寄存器的说明(The Chinese reference book of the stm32f4 series, the descr iption of the related registers)
5、STM32_MAX核心板原理图
- stm32f103的开发板电路,很有使用价值(STM32f103 border Development board circuit, very useful)
passive_buzzer
- 无源蜂鸣器内部不带震荡源,所以如果用直流信号无法令其鸣叫,必须用2K~5K的方波去驱动它。在树莓派上实现无源蜂鸣器的鸣响(The passive buzzer does not have a shock source inside, so if the signal can not be called with a DC signal, it is necessary to drive it with the square wave of 2K~5K. The sounding of a pas
JavaApplication1
- system updater finding on linux
proj
- system uploads and finding downloads
USBHost
- lpc2478usb-host历程,,,,,,,,,,,,,,,,,,(lpc2478usb-host program)
stm32l051 update
- stm32L0xx系列升级中bootloader方法。(a method about update firmware based on stm32L051)
ADC
- stm32F103 adc采样程序,包括初始化和配置等(u16 ADC_Get_aveg(u8 ch,u8 n) { u32 ad_sum = 0; u8 i; for(i=0;i<n;i++) { ad_sum += Get_val(ch); delay_ms(5); } return (ad_sum / n))