搜索资源列表
mod
- modbus的程序,参考国外网站上的modbus程序时下载的,推荐给大家使用。-modbus procedures, refer to the foreign site download modbus program and recommend it to everyone to use.
Ledonoff
- This simple LED on off program. Give the input between 1 to 70. Leds will glow upto Ceil value of mod 5 value of given number.-This is simple LED on off program. Give the input between 1 to 70. Leds will glow upto Ceil value of mod 5 value of given n
mod
- 程序模块,多种单片机常用的驱动程序,液晶1602,12834,AD/DA驱动程序。-Program modules, a variety of drivers for commonly used microcontroller, LCD 1602,12834, AD/DA drivers.
Tochterblitz
- A nice c program for ATmega (i used ATmega8) to mod a simple photograph Flash into a remote driven Flash via a photodiode. I recomend to improve the timings to your camera. Source, Schematics and hex file included
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程