资源列表
Zemax_2008
- Optical Software Design Document
C--progress
- C程序设计 适合多种开发环境 对单片机的开发起着重要的作用-C programming for a variety of development environments for MCU development plays an important role
Proteus
- proteus仿真实例,有C语言编程,也有汇编语言编程-proteus simulation example, the C programming language, assembly language programming is also
led
- led16乘以32的做法,提供源程序。提供原理图,源程序采用汇编编写。欢迎大家参考学习。-led16 multiplied approach 32 to provide the source. Schematics, source code written in assembly. Welcome to the reference study.
STM32v3.5
- 利用stm32采集OV7670摄像头图像数据,并将图像进行压缩成JPEG格式,最后显示在LCD液晶屏上-Using stm32 OV7670 camera image data and the image is compressed into a JPEG format, finally displayed on the LCD screen
RX-Training
- 瑞萨RX系列单片机内部资源介绍及其应用领域-Renesas RX MCU internal resources to introduce its applications
《51单片机C语言实例浅析》_教程
- 基于51单片机的一些毕业设计论文,很好用,适合初学单片机编程的同学((Some 51 MCU-based Thesis, easy to use, suitable for students beginners Microcontroller Programmer))
STM32-USB-IAP
- STM32 USB IAP(STM32 DFU),STM32F10X usb升级程序的程序,以及测试程序,还包括dfuse安装软件和使用说明。在刚开始进行stm32 usb升级程序的过程中,网络的很多资料都不完整,错误的很多,自己也遇到了一些问题,话费不少时间,在成功完成此功能后感觉很有必要分享出来,减少大家开发stm32 usb iap功能的时间。-STM32 USB IAP(STM32 DFU)and test program
电子秤
- 电子秤,能够测量较轻物体质量,是单片机新手练习的很好的推荐(Electronic scales, to measure the quality of lighter objects, is a very good recommendation novice microcontroller exercises)
YH9-SF320MV5
- 亿和电子工作室实验源码, YH9-SF320MV5实验源码-EVA electronic studio experimental source, YH9-SF320MV5 source
STM32F10x_StdPeriph_Lib_V3.5.0
- STM32 V3.2原版开发固件库,包含多个实例
STM32
- while(1) { if(k>=128) {k=0 LCD_Write_Pic(0xff) } else { for(i=0 i<4 i++) for(j=0 j<16 j++) { LCD_Write_A_CHAR(i*2, j*8, k) k++ } } Delay(0x2ffffff) key_num = ReadKeyDown()