-
keyleduart
说明: 自己编写的一部分完整代码,是学习arm9的好工具,这个程序是针对s3c2440的。能够实现按键检测,led显示和串口的打印。(I have written part of the complete code, is a good tool for learning arm9, this program is for s3c2440' s. To achieve key detection, led display and print the serial port.)
- 2010-04-14 21:20:53下载
- 积分:1
-
密码锁
说明: 密码锁,矩阵键盘,报警防护系统,stm32(key board stm32 stm32 stm32stm32)
- 2019-04-18 19:17:30下载
- 积分:1
-
pinlv
频率相位测量的程序。实现相位差的测量与显示。(Frequency phase measurement process. Implementation phase of the measurement and display.)
- 2021-04-18 12:28:52下载
- 积分:1
-
绝对值编码器
光电式编码器程序,此程序可实现光电式编码器的位置读取(Photoelectric encoder program, which can read the position of photoelectric encoder)
- 2020-06-25 13:00:02下载
- 积分:1
-
ADC
LPC1768 ADC 用keil打开 实现AD采样 容易移植(
LPC1768 ADC opened with keil)
- 2014-10-16 15:18:58下载
- 积分:1
-
Example2
example for adc for arm micro controller from ali m (iran)
- 2014-01-06 15:11:43下载
- 积分:1
-
IR-LCD1602
基于PIC单片机的红外遥控液晶显示程序,远程控制液晶显示(Based on the infrared remote control LCD PIC microcontroller program the remote control LCD)
- 2012-07-01 16:41:25下载
- 积分:1
-
LM311_Proteus
在Proteus环境下使用LM311电压比较器进行比较和整流。LM311电压比较器设计运行在更宽的电源电压,从标准的±15V运算放大器到单5V电源用于逻辑集成电路。
(LM311 compare shaping, using Proteus LM311 voltage comparator designed to operate over a wider supply voltage: 15V op amps from a standard to a single 5V power supply for the logic IC)
- 2013-07-25 23:40:46下载
- 积分:1
-
mpu6050
MSP430 角度传感器MPU6050程序_ccs(MSP430 angle sensor MPU6050 program _ccs)
- 2020-10-12 00:17:32下载
- 积分:1
-
serial_program_for_51
很完整的51串口程序
包括如下:
串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理
出入均设有缓冲区,大小可任意设置。
可供使用的函数名:
char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数
putbyte(char c) 放入一个字节到发送缓冲区
putbytes(unsigned char *outplace,j) 放一串数据到发送缓冲区,自定义长度
putstring(unsigned char code *puts) 发送一个定义在程序存储区的字符串到串口
puthex(unsigned char c) 发送一个字节的hex码,分成两个字节发。
putchar(uchar c,uchar j) 输出一个无符号字符数的十进制表示,必须标示小数点的位置,自动删除前面无用的零
putint(uint ui,uchar j) 输出一个无符号整型数的十进制表示,必须标示小数点的位置,自动删除前面无用的零
delay(unsigned char d) 延时n x 100ns
putinbuf(uchar c) 人工输入一个字符到输入缓冲区
CR 发送一个回车换行(err)
- 2008-05-07 10:28:31下载
- 积分:1