搜索资源列表
avrdisplay
- avr单片机atmega8系列led显示测试程序,本程序为示例程序,适用于初学者 -avr microcontroller series led atmega8 testing procedures showed that the procedures for sample procedures applicable to beginners
Linux应用测试编程示例代码
- Linux应用编程示例代码,包含串口,PWM,I2C,LED, 线程,数学库等示例
在AVR单片机上的能够验证PWM的示例程序
- 用在AVR单片机上的能够验证PWM的示例程序,已经测试通过,编译环境CVAVR,AVR single-chip microcomputer used in the example of PWM to verify procedures are tested, the compiler environment CVAVR
MCUSimilate_1.2
- 一个用于单片机内运行的微内核,有像ucOS样的基于优先级的任务调度。但是没有使用其实时抢夺,我是等待一个高任务级运行完了才等到其他的任务运行。当前任务不可抢夺。这样就不用考虑到任务切换带来的损耗了。还有我用了一个内存分配机制,可以动态分配和释放内存块。这些都是在VC6.0上的测试示例,但使用者可以用到任意一款单片机开发上面。所有代码都在VC6.0和XC2287M上测试过了。-One for the microcontroller to run the micro-kernel, there is
xingzhuo
- LCD12864星座测试示例程序 烧好程序,正确插上LCD12864,4个独立按键对应不同的功能-LCD12864 constellations burned the test sample application procedures, the correct plug LCD12864, 4 independent keys corresponding to different functions
DS1820
- DS18B20温度测试示例程序 Keil V版 STC89C52通过-DS18B20 C code
WinCE-serial-temperature-testing-
- WinCE串口温度测试示例代码,WinCE串口温度测试示例代码-WinCE serial temperature testing the sample code
DM430_L
- DM430-L测试示例源程序,适用于MSP430单片机开发板。-the sample source code for DM430-l test,suitable for MSP430 microcontroller development board.
RT-_test
- avr atmel单片机 串口校准发送测试示例-avr atmel MCU the serial calibration sending test example
sci
- 对mc9s12x的单片机SCI模块给出了具体的应用和测试示例-Given the specific application and test examples mc9s12x MCU SCI module
RS485
- DM430-L开发版测试源码(MSP430) RS485测试示例源程序 -The DM430-L Developer Edition test source (MSP430) RS485 test sample source code
UART
- DM430-L开发版测试源码(MSP430) UART测试示例源程序 -The DM430-L Developer Edition test source (MSP430) UART test sample source code
TEST
- DM430-L开发版测试源码(MSP430) 整版LED测试示例源程序 -The DM430-L development version of the test source (MSP430) full-page the LED test sample source
msp430f169_4KEY
- msp430f169的按键扫描,DM430-L测试示例源程序-msp430f169 button scanning, DM430-L test sample source code
01 UCOSII操作系统基本测试示例
- 精简的stm32f103zet6,ucos-ii移植(Streamlined stm32f103zet6, uCOS-II transplant)
usb slave fifo 测试程序 cy7c68013
- usb slave fifo altera FPGA测试程序 cy7c68013方法的示例程序!可以参考!
DM430-L测试示例源程序
- 新创电子科技提供的一些msp430f149的使用例子,包括wdt,timer,uart,液晶显示屏的使用等等(Some examples of MSP430F149 used by new technologies include WDT, timer, UART, LCD display and so on.)
GY-271-HMC5883 STC IIC测试程序
- 单片机STC89C51与使用HMC5883的GY-271进行IIC通信的示例代码(Sample code for IIC communication between MCU STC89C51 and GY-271 using HMC5883)
ST7789芯片驱动程序示例源码
- ST7789芯片驱动+3D图像测试例程,硬件SPI+DMA加速!(St7789 chip driver + 3D image test routine, hardware SPI + DMA acceleration!)
K60PWM
- PWM示例,适合初学者理解性的实验,测试,学习,有助于了解单片机的定时器,计数器等模块的功能原理,便于上手。