资源列表
isd25120_nios
- 语音芯片isd25120在软核处理器nios上的底层驱动程序
18B202
- 18B20的C语言读取程序,在keil下调试通过。
led
- 单片机控制Led渐变,可引申为七彩渐变、跳变、追逐、水滴、等等的变化!
LCD_demo
- tp850掌机源码液晶操作例子,C语言写的,可以
HY29LV160
- HY29LV160的编程代码。包括整片擦除和从启始地址从写入数据。-HY29LV160 of programming code. Including the whole film and erased from the initiation into the address from the data.
24C02
- 24c02驱动代码,里面涵盖所用的功能,应用是只有调用里面的函数就ok啦-24c02device code
lcd
- LCD12864显示程序,用于ARM cortex 平台-LCD12864 display program for the ARM cortex platform
EDM1190A
- 大连佳显公司液晶模块EDM1190A,4位8段,串行,显示程序-LCD module was good company, Dalian EDM1190A, 4 bit, 8 segment, serial, display program
next.-la76931-7n
- next tv bin file for unlock
LCDdisplayB
- 这是一个运用PIC单片和LCD显示屏,显示单个字符B-USE PIC AND LCD TO DISPLAY A WORD OF "B".
Play-Music
- 基于51单片机的音乐播放程序源代码,通过蜂鸣器不同节奏播放音乐。-The source code playing music base on 51 MCU
an
- 已知 n 个正整数,从中选择 m 个进行与运算得到一个新的数。例如:已知 1、2、3 从中选择两个数进行与运算,可以是:1 & 2 = 01 & 3 = 12 & 3 = 2-Known positive integer n, choose the m operation carried out to get a new number. Example: Given two numbers 1,2,3 and operation can be: 1 & 2 & 3 = 01 =