CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - char driver

搜索资源列表

  1. EepromMultiWR1912

    0下载:
  2. SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:60887
    • 提供者:liumin
  1. AT89C51 CHAR LCD

    0下载:
  2. 这是用51单片机开发的char字符型LCD的驱动程序,使用了0号定时器和0号中断,注释详细。有函数DispOneChar显示一个字符,LcdReset,LcdWriteCommand,LcdWriteData,WaitForEnable,Delay400Ms定时器延时-This the 51 MCU Development char character LCD driver, the use of 0, 0 and the timer interruption of the Notes deta
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-07-09
    • 文件大小:2609
    • 提供者:Ase
  1. 字符设备驱动

    0下载:
  2. vxworks char driver
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:20810
    • 提供者:林先贤
  1. led_linux2.4.18

    0下载:
  2. Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5734
    • 提供者:Jia-Yang Chen
  1. Drivers-and-Sources

    0下载:
  2. 基于arm7的uclinux嵌入式驱动程序源代码, 代码很全,包括如下目录: adc、gpio、i2c、pwm、Simple Block Device Driver Module、Simple Char Device Driver Module、Simple Ethernet Device Driver Module、Simple Kernel Module、spi、zlg_ffs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1489683
    • 提供者:8307317
  1. vxworks

    0下载:
  2. 这个是VXWORKS驱动程序开发的几个小例子。 例程包括: Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板.-This is a driver development VXWORKS a few small examples. Routines include: Char.c and Char.h is a character device driver is a block device driver temp
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:7428
    • 提供者:JokyHe
  1. 44780_2x16_LCDdriver

    0下载:
  2. Standard 44780 2x16 char lcd driver for atmel avr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:7372
    • 提供者:Timo
  1. OCM240128DriverAPI

    0下载:
  2. 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:11411
    • 提供者:
  1. BF533_SST_Flash_Driver

    0下载:
  2. 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:65752
    • 提供者:Chiron
  1. LCD1602_Driver

    0下载:
  2. 字符型LCD1602驱动程序,包括竟单字符与字符串显示,光标的闪烁控制和移动等。-char Type LCD1602 Device Driver
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1386
    • 提供者:杨兆国
  1. adc0809

    0下载:
  2. ad0809驱动程序。 用到的管脚 : P1.0--P1.6;P0;P2.0--P2.4 *开始需初始化: _ADC_0809_init() *入口 : 选通的通道 unsigned char _ADC_0809_innum *出口 : 原始值-ad0809 driver
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1025
    • 提供者:付茂可
  1. image_sensor

    0下载:
  2. Sensor驱动代码 OV7680 的 是我们做的尝试 双摄象头 不过容易出现一些小问题 要做稳定需要好好调试-one sensor driver based on MTK 6225 platform :#define OV7670 #ifndef HW_SCCB void SCCB_send_byte(kal_uint8 send_byte) { volatile signed char i volatile kal_uint32 j fo
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:16181
    • 提供者:bill
  1. 1.TFT-char

    0下载:
  2. 1.掌握TFT彩屏驱动程序的编写、 2.学会运用取字模软件应用(取字符和汉字数组) * 3.学会怎样处理字模数组数据-1. To master the preparation of the driver TFT color screen, 2. Learn to use the font software applications to take (to take an array of characters and Chinese characters)* 3.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:47407
    • 提供者:云云
  1. TFT-char

    0下载:
  2. keil环境下,c代码工程。TFT液晶屏字符和汉字显示程序,TFT彩屏驱动程序的编写、处理字模数组数据-keil environment, c the code works. TFT LCD screen and Chinese character display program, TFT color display driver preparation, processing array data matrix
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:43368
    • 提供者:于玉亭
  1. driver_for_char_device.pdf.tar

    0下载:
  2. 对于想学习驱动的同学来说,这是一个不错的选择,这是在系统下的char字符设备的入门的基本介绍!-For students who want to learn the driver, this is a good choice, which is a basic introduction of the system under the char character device entry!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:272465
    • 提供者:黄进
  1. LCD-Driver-And-Keyboard-char-Asm(www.bargh20.com)

    0下载:
  2. LCD Driver And Keyboard char Asm(www.bargh20.com)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:20646
    • 提供者:vahid
  1. 6x8_pixel

    0下载:
  2. 字模库,可直接应用,用于LCD显示Standard 6*8 ascii char dots lib,can be directly used to LCD driver program.-Standard 6*8 ascii char dots lib,can be directly used to LCD driver program.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1015
    • 提供者:刘武
搜珍网 www.dssz.com