资源列表
aj
- 【实验题目】 按键中断 【实验目的】 学习中断的基本概念 掌握基本的中断编程方法 【硬件接法】 P1.1控制LED,低电平点亮 P3.3/INT1接按键,按下时产生低电平 【实验步骤】 ISP下载开关扳到“00”,用Flash Magic软件下载程序文件“KeyInt.hex”,运行。 【运行效果】 程序工作于中断方式,按下按键K2后,LED点亮,1.5秒后自动熄灭。
arryled0-9digitalshow
- 利用8X8点阵阵列显示数字,分别从0到9显示。0的代码是00 00 3E 41 41 41 3E 00,其它以此类推
51
- c语言样例讲解,所以提供少数测试用汇编样例,由于是独立模块,汇编语言的公开资料和样例非常多,所以可以自行看电路图并移植汇编程序。这里不在提供汇编支持。51版的几个入门程序。-c language examples to explain, so a small number of sample test compilation is a separate module, publicly available information and sample assembly language, so
OLED
- oled 屏 ic sh1106g 驱动,多种大小点阵字库,代码已处理,支持中英文混合显示-Oled IC sh1106g drive, a variety of dot matrix font size, code has been processing, support mixed display in both Chinese and English
PWM
- AVR Atiny13 单片机的PWM操作例程,无需外加晶振即可工作,仅供参考。-AVR Atiny13 microcontroller PWM operation routines, no external crystal can work for reference purposes only.
guangdianguan
- 进行51单片机主控智能车模块测试时用光电管返回的道路信息控制舵机以一定角度转向。-Intelligent control for 51 single-chip module test vehicle with photocell control to return to the road information to a certain point of gear shift.
GLOBAL_NO_1
- 单片机通过矩阵键盘扫描获取键值,然后通过串口发送发送-SCM through the matrix keyboard scan for key value, and then send sent through a serial port
18remember
- 每次开机都将次数加1 并存储到EEPROM。这样就能直观的看到机器的使用次数,用P1口 LED做为显示,次数大于256是将溢出,按复位模拟开机 或者直接通过开关开机-Starting up at every time will increase in the number 1 and stored in the EEPROM. It can visually see the machine usageUsing P1 LED as a display, number greater than 2
c51设计编码规范
- C51语言编码设计规范,说的很详细的。-C51 coding design specifications, said the very detailed.
TLC549
- AD转换 TLC549 C语言编程-AD conversion
Serial-receiver
- 本实例中,开发板通过串口与PC上运行的上位机软件通信,使用了modelsim 定时器T0作为波特率发生器,串口波特率为9600。-In this instance, the development board communication through the serial port on a PC running PC software, use the timer T0 as a baud rate generator, serial port baud rate to 9600.
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
