-
一个用于单片机的键盘驱动程序,用C51编写
一个用于单片机的键盘驱动程序,用C51编写-One for single-chip microcomputer keyboard driver, using C51 prepared
- 2022-06-29 02:24:03下载
- 积分:1
-
此程序是用单片机来控制LCD1602的,实现简单的LCD显示,适合初学者学习参考!...
此程序是用单片机来控制LCD1602的,实现简单的LCD显示,适合初学者学习参考!
- 2022-02-04 17:11:43下载
- 积分:1
-
通过把音乐的节奏转变成字符以实现通过高低电平让蜂鸣器响...
通过把音乐的节奏转变成字符以实现通过高低电平让蜂鸣器响-By the rhythm of the music into a character in order to achieve high-low so that buzzer sound
- 2022-01-25 20:54:01下载
- 积分:1
-
我同事做的一个CS5522的51单片机的驱动,用的是89S52,开发环境是KEIL C...
我同事做的一个CS5522的51单片机的驱动,用的是89S52,开发环境是KEIL C-my colleagues do a CS5522 51 MCU-driven, with the 89S52. Development environment is KEIL C
- 2022-08-09 01:05:00下载
- 积分:1
-
矩阵键盘检测,用于熟悉了解单片机,初次上手的人用
矩阵键盘检测,用于熟悉了解单片机,初次上手的人用-Matrix keyboard detection, for familiarity with the microcontroller, the initial-to-use with
- 2022-03-20 22:55:48下载
- 积分:1
-
基于89S51的LED汉字显示,开发环境KEIL,仿真环境PROTEUS
基于89S51的LED汉字显示,开发环境KEIL,仿真环境PROTEUS-89S51 based on the LED display of Chinese characters, development environment KEIL, simulation environment PROTEUS
- 2022-01-30 13:34:28下载
- 积分:1
-
使用显示接收到的数据,使用液晶显示器使用字符*…
使用LED显示接收到的数据,使用LCD显示发送的字符
* 程序使用波特率为9600,程序运行时需要在pc机上使用一个串口
* 接收发送程序,发送字符应为asc码,接收的字符为十六进制-The use of LED display received data sent using the LCD display uses characters* for 9600 baud rate, the program needs to run-time machine pc using a serial port* send procedure to receive, send characters should asc yards receiving for the characters Hexadecimal
- 2022-07-17 16:29:16下载
- 积分:1
-
飞思卡尔电子钟课程设计的器官,包括酸…
飞思卡尔的电子钟和电子琴的课程设计,包括源代码-Freescale electronic bell and the organ of the curriculum design, including source code
- 2023-04-07 17:50:04下载
- 积分:1
-
51ct2Timer
51ct2Timer
- 2022-05-17 14:43:10下载
- 积分:1
-
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P...
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P3^5 //CPU--->5045
sbit SO=P3^5 //5045-->CPU
sbit CS=P3^6 //片选
-5045 underlying operating procedure, when used in accordance with the actual situation on the process of wiring pin to do some appropriate changes to the definition// define pin sbit SCK = P3 ^ 4// clock sbit SI = P3 ^ 5// CPU-
- 2022-07-12 18:25:31下载
- 积分:1