搜索资源列表
wangjuntao
- 通过对鼠标底层通信原理及协议的深入分析,探讨了鼠标在单片机系统中的应用价值与可行性,并介绍了鼠标接口软件设计的原理及方法,给出了单片机与Microsoft鼠标的具体接口程序。-bottom of the mouse Communication Theory and in-depth analysis of the agreement to explore a mouse in the SCM system of value and viability, and introduced a mous
底层代码
- 89C52单片机的底层代码,包括A/D,D/A转换,键盘,LED显示等-89C52 the underlying code, including A / D, D / A conversion, keyboard, LED display
system on MSP430
- MSP430下的一个微内核操作系统,很实用。做到底层无关,稍加修改可以移植到其他平台下。-MSP430 under a micro-kernel operating system, is very practical. Do not bottom, a little change can be transferred to other platforms.
C51 CAN BUS源程序
- 周立功公司的C51 CANBus开发套件,可应用于CAN BUS的底层驱动开发-the C51 CANBus development kit that can be applied to the bottom of the CAN Bus Driver Development
some_driver
- 一些经常用到的单片机底层驱动程序-frequently used some of the underlying drivers SCM
sub
- 一个12864的液晶底层驱动程序,适用于ks0107/ks0108系列的。-bottom of the LCD driver, applies to ks0107/ks0108 series.
VI2C_24A
- 本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义 好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz(即1个 机器周期1us) 若Fosc>12MHz则要增加相应的NOP指令数。(总线时序符合I2C标 准模式,100Kbit/S)-simulation package contains the I2C operation of the bottom subroutine, prior to the use of a goo
APR6008
- 这是我写的一个51内核对APR6008语音储存播放ic的底层驱动程式!spi通讯方式.在89s52上面调试通过!-This is the one I wrote to the 51 core players APR6008 voice storage drive the bottom ic formula! S pi forms of communication. in 89s52 above debugging through!
51单片机读写AT26Df321的底层函数
- 51单片机读写AT26Df321的底层函数,51 Singlechip read and write AT26Df321
关于四线制触摸屏控制器AD7843的底层c语言源代码
- 该程序是关于四线制触摸屏控制器AD7843的底层c语言源代码,可以直接使用该程序即可。,The program is on the four-wire touch screen controller AD7843 the bottom of c language source code, you can direct the use of the procedures.
1602和12864液晶底层驱动程序
- 1602和12864液晶底层驱动程序,12864有串行和并行两种方式。-1602 and 12864_the bottom of the LCD driver , 12864 with serial and parallel mode.
24c256的底层驱动STM32的代码
- 24c256的底层驱动,STM32的代码,是根据网上朋友的51的程序改写的,谢谢支持!!,The bottom of 24c256 driver, STM32 code is based on a friend' s 51-line rewrite of the program, I would like to thank the support! !
STM32_SD_SPI_Driver
- SD卡底层驱动,使用STM32的SPI接口与SD卡通讯,采用SPI方式. 文件系统中TFF.C和TFF.H文件不需要改动,只需要改动SD卡操作函数即可即可。 -SD card low level drivers, use the STM32' s SPI communications interface and SD card using SPI mode. File system TFF.C and TFF.H file without changes, just need to c
spi
- atmega16单片机的SPI通信底层模块驱动程序。-atmega16 MCU SPI communication module underlying driver.
蓝宙电子MCU-MK60底层驱动函数库
- 蓝宙电子MCU-MK60底层驱动函数库,内容全面,适合新手(Blue electronic MCU-MK60 underlying drive function library, comprehensive content, suitable for beginners)
屏幕函数-国赛
- .提供一般的题目选择和控制相关功能函数的运行。 .支持在屏幕上直接调参,对参数具有断电保护,锁定保护的功能。 .未加入ucos操作系统(近年来电赛中还没有必要用到操作系统) .此文件针对stm32f103zet6开发板,提供底层的屏幕显示和操作控制功能,具体比赛要求的功能应自行写成单独的模块加入此文件中即可运行。(1. provides general topic selection and control of the function of the function. 2. supp
MPC5634M底层
- 飞思卡尔MPC5634M底层程序,包括常用的模块(MPC5634M underlying program)
飞思卡尔DX256底层驱动程序
- 通过CCP协议;实现飞思卡尔单片机的底层驱动编写;利用CAN卡实现;上位机的编写(The bottom; driver of Freescale MCU is compiled by CCP protocol;and the upper computer is; compiled by ;CAN card;)
stm32-pos-drives
- STM32 POS机底层驱动程序,包含打印机驱动程序,SPI FLASH驱动程序,RC522驱动程序 ,PASM卡(7816)驱动程序,磁条卡驱动程序,ILI932X液晶模块驱动程序,键盘驱动程序等(STM32 POS bottom driver, including printer driver, SPI FLASH driver, RC522 driver, PASM card (7816) driver, magnetic stripe card driver, ILI932X LCD m
msp430底层驱动代码
- 里面包含adc,dma,lpm,gpio,ucs,spi,串口,iic,wdt等一系列F55xx的底层驱动代码。供广大网友使用