搜索资源列表
AD9852
- 基于avr单片机的ad9852驱动程序,有文字标注,很详细-Avr microcontroller based on the ad9852 driver, a text label, in detail
wendu
- 温度采集以及温度报警和数据采集等源码,程序已标注-Temperature acquisition and temperature alarm and data collection, the source code, the program has marked.
STM32_experiment-one_LED
- 基于STM32103vet6的LED库开发,并且详细标注应用到的库函数名。-LED-based library development STM32103vet6, and detailed annotation applied to the library function names.
STM32_experiment-two_BUZZER
- 基于STM32的蜂鸣器库开发,并且标注具体库函数名的位置,方便查找。-Buzzer-based STM32 library development, and mark the location of a specific library function names, easy to find.
STM32_experiment-three_BUTTON
- 基于STM32的按键库开发,并且标注具体库函数名的位置以及四路按键中断的设置方式,方便查找。-Key library development based STM32, and mark the location of a specific library function name and the four key interrupt is set up, easy to find.
STM32_experiment-four_COM
- 基于STM32的串口库开发,并且标注具体库函数名的位置以及相应设置方式,方便查找。-Based STM32 serial library development, and marked the location of a specific library function name and the corresponding set up, easy to find.
STM32_experiment-five_WATCHDOG
- 基于STM32的窗户看门狗库开发,并且标注具体库函数名的位置以及相应设置方式,方便查找。-STM32-based watchdog windows library development, and marked the location of a specific library function name and the corresponding set up, easy to find.
STM32_experiment-eight_INT
- 基于STM32的中断向量库开发,并且标注具体库函数名的位置以及相应设置方式,方便查找和理解。-STM32-based interrupt vector library development, and marked the location of a specific library function name and the corresponding set up, easy to find and understand.
STM32_experiment-thirteen_2.8ili9320
- 基于STM32的TFT ILI9320刷屏的库开发,并且标注具体库函数名的位置以及相应设置方式,方便查找和理解。-Based on the STM32 TFT ILI9320 scraper library development, and mark the location of a specific library function name and the corresponding set up, easy to find and understand.
51
- 51单片机通过按键控制步进电机,实现步进电机的停止.启动及转向,标注c语言。其中有中断产生方波的程序!-51 keys to control the stepper motor, stepper motor stops. Start and turn, mark language C. The Fang Bo program interrupt!
xlink-board
- 云智易硬件开发板板上电路分析,详细标注了原理图中的各个引脚和功能,方便入门,开发-Easy on the hardware development and cloud-plate board circuit analysis, detailed schematics marked each pin and function to facilitate the entry and development
stm32f103串口DMA接收发送
- 改程序主要把串口通讯与DMA结合 ,提高CPU工作效率,软件中运行的串口1的工作; 开启相关函数,就可以分别开启串口2,串口3的工作,这些函数在软件中都有标注。