资源列表
376-Operation-Mouse-keyboard
- ch376操作鼠标键盘,总线方式,能读取设备描述符,配置描述符,鼠标运行正常。-CH376 operation of the mouse keyboard, can bus, device descr iptor configuration descr iptor, mouse, normal operation.
CH375LNK
- 采用MCS-51单片机,用CH375+CH372连接两个单片机系统,CH375中断为查询方式。-Using MCS-51 SCM, CH375+CH372 connecting the two single-chip computer system, CH375 interrupt for query.
CH375HMS
- U盘文件读写模块, 连接方式: 3线制串口+查询,因为使用U盘文件读写模块而不是使用U盘文件级子程序库,所以占用较少的单片机资源。-U disk read and write files module, connection: 3 wire serial+ query, because of the use of U disk file read write module instead of using U disk file level subroutine library, so les
CH376HFT
- MCS-51单片机C语言的U盘文件读写示例程序,本程序演示字节读写,文件枚举,文件复制, 用于将U盘中的/C51/CH376HFT.C文件中的小写字母转成大写字母后, 写到新建的文件NEWFILE.TXT中。-MCS-51 microcontroller C language U disk file reading and writing examples of procedures, demonstration of the process of byte read and write, en
time-clock
- 时间中断溢出触发方法制作的带2闹钟的可调时闹钟时钟-Time interrupt adjustable overflow trigger method produced with 2 alarm clock alarm clock when
Key
- 按键是单片机系统最常用的输入设备之一;几乎是只要需要交互输入,就必须有键盘。这篇博客实现了一个通用的键盘程序,只要提供一个读取键值的函数(底层键值),程序将完成消抖、存入队列等一些列处理。同时本程序提供最常用的4*4矩阵键盘的程序,和4个按键的程序。 -The key is, one of the the SCM system most commonly used input device almost as long as the need for interactive input,
ADC12
- msp430内部含有ADC12模块,可以完成12位的模数转换,当对精度或其他指标要求不高时,可以选用430单片机内部的ADC12完成模数转换工作。这里主要实现了一个比较通用的ADC12模块初始化程序,具体的数据存储和处理需要自己在中断处理函数中添加。 -msp430 the internal containing ADC12 module, you can complete a 12-bit analog-to-digital conversion the selection the 430
DAC12
- MSP430 带有的DAC12 模块,可以将运算处理的结果转换为模拟量,以便操作被控制对象的工作过程。DA是在控制操作过程中常用的器件之一;MSP430有些系列中含有DAC12模块,给需要使用DA的方案提供了许多方便。这里实现较为简单的DAC的驱动,方便以后使用。 -DAC12 module, MSP430 with the result of the arithmetic processing can be converted to analog in order to operate t
lcd12864
- 液晶是单片机系统最常用的显示设备之一,这个程序库是在MSP430F169、MSP1430F149单片机上测试通过的,可以放心使用;液晶选用的是金鹏的:OCMJ4X8C型号的12864液晶;控制液晶用的是并行方式,三个控制口是P3.0、P3.1、P3.2三个IO口,数据用的是P5数据IO口。 -The LCD is one of the the microcontroller system most commonly used display device, the library passe
TimerPwm
- 定时器是单片机常用的其本设备,用来产生精确计时或是其他功能;msp430的定时器不仅可以完成精确定时,还能产生PWM波形输出,和捕获时刻值(上升沿或是下降沿到来的时候)。这里完成一个比较通用的PWM波形产生程序。 -The timer microcontroller used the equipment used to generate precise timing or other features of msp430 timer can be done not only precise
lcd1602
- 51单片机lcd1602液晶驱动程序 。用汇编写的-Program 51 microcontroller lcd1602 LCD driver. Written in assembler
ADC-TEST
- 通过ADC检测是否有对应的按键按下,如果有则控制相应的LED亮,用于检测一些模拟开关组合-ADC detects whether the corresponding button is pressed, the control corresponding LED lights for the detection of some combination of analog switches
