Description: 该程序为基于51单片机的接口和片外应用的代码,在设计51单片机时可供参考,代码包括RS232通信、I2C、SPI、单总线、CAN总线、键盘、LED、LCD、AD/DA等应用。各工程在Keil调试通过,喜欢的朋友可供参考。-The program is based on the 51-chip microcontroller interface and application code, in the design of microcontroller 51 when the reference code, including RS232 communication, I2C, SPI, single-bus, CAN bus, keyboard, LED, LCD , AD/DA applications. Keil debugging the project passed, like a friend for reference. Platform: |
Size: 405504 |
Author:李熠 |
Hits:
Description: 51单片机开发的ps键盘c语言程序,为学习和研究单片机及嵌入式系统开发的同学提供帮助-51 MCU Development ps keyboard c language program, for study and research microcontroller and embedded system development to help students Platform: |
Size: 5120 |
Author:王贞 |
Hits:
Description: 51单片机的电子琴C程序有自动演奏和键盘演奏功能-51 Microcontroller, the flower C program for automatic playing and keyboard performance features Platform: |
Size: 18432 |
Author:liuchao |
Hits:
Description: 139个单片机源代码程序和仿真图(DSN),用proteus仿真,学习单片机绝佳的程序。例如:《lcd1602仿真实例》、2io5键盘模拟音量数码管显示、4线步进电机控制、8通道自动温度检测系统仿真(含原程序)、32X16LED汉字点阵显示屏(atmega16)、32x16汉字、DS18B20仿真实例、PWM电机正反转、PWM调温、SPI演示文件两个595对接、ULN2803、播放音乐、代码大全中文版[1]、单片机控制的电动自行车驱动系统、单片机实验29个、俄罗斯方块、刚做好的十个字的led屏模拟有程序、搞得一个温湿度传感器电路、混合电压系统设计、基于PROTEUS的推箱子游戏、流水灯-139 microcontroller source code program and simulation diagram (DSN), with proteus simulation, learning microcontroller excellent program. For example: "lcd1602 simulation of real-
Cases ", 2io5 keyboard analog volume digital tube display, 4 wire stepper motor control, 8-channel automatic temperature detection system simulation (including the original program),
32X16LED character dot-matrix display (atmega16), 32x16 characters, DS18B20 simulation example, PWM motor positive inversion, PWM thermostat, SPI presentation files
2 595 docking, ULN2803, music, code complete Chinese version [1], microcontroller-controlled electric bicycle drive system, single-chip experiment 29
Months, the Russian box, just do a good job in 10 words led screen simulation of process gets to a temperature and humidity sensor circuit, mixed-voltage system design, based on the
PROTEUS the Sokoban game, water lights ... ... Platform: |
Size: 21815296 |
Author:tong |
Hits:
Description: pic18f4550 4*4键盘程序,可用于pic系列单片机,通俗易懂-pic18f4550 4* 4 keyboard program can be used for pic series microcontroller, easy to understand Platform: |
Size: 1024 |
Author:waa |
Hits:
Description: 通过实时反馈使得液晶的显示与键盘同步,该程序简单,是学习单片机的液晶和键盘的好例子。-Through real-time feedback makes the liquid crystal display and keyboard synchronization, the program is simple to learn the LCD and keyboard microcontroller good example. Platform: |
Size: 1024 |
Author:黄 |
Hits:
Description: 基于AVR单片机的键盘程序,程序简单适合初学者。-AVR microcontroller based on the keyboard program, the program is simple for beginners. Platform: |
Size: 16384 |
Author:jine |
Hits:
Description: 用c语言写的,avr单片机 矩阵键盘的程序,附带1602和12864显示驱动,物有所值。请尽快下载。-With c language, avr microcontroller matrix keyboard program, with 1602 and 12864 display driver, value for money. Please download as soon as possible. Platform: |
Size: 24576 |
Author:刘佳炜 |
Hits:
Description: A Simple Serial Communication Program for PIC microcontroller, compiled in MikroC, that will input a keyword from keyboard and display it on the LCD attached to the PIC microcontroller, +Proteus Layouts, +Sourcefile Included. Platform: |
Size: 63488 |
Author:Asad Abbas |
Hits:
Description: 飞思卡尔Freescale the DZ60单片机用于测试键盘的程序-Freescale Freescale the DZ60 microcontroller for testing keyboard program Platform: |
Size: 176128 |
Author:罗奎 |
Hits:
Description: 基于FPGA的4*4矩阵键盘扫描程序,可设计为与单片机的外围键盘接口-FPGA-based 4* 4 matrix keyboard scan program can be designed for external keyboard interface with microcontroller Platform: |
Size: 1024 |
Author:一样 |
Hits:
Description: 适用于51单片机的键盘程序,程序简单可靠,适合初学者-For 51 microcontroller keyboard program, the program is simple and reliable, suitable for beginners Platform: |
Size: 2048 |
Author:jiji |
Hits:
Description: ● C语言程序例程。该子目录包括以下子程序:
——AD程序实现模拟量到数字量的转换功能;
——CAN程序实现CAN总线通讯功能;
——keyboard_check程序实现键盘的扫描查询方式输入;
——keyboard_disturb程序实现PORTB的"电平变化中断"进行键盘的输入;
——led0-8程序实现在8个LED上依次显示1~8数字;
——PWM程序用于使CCP1模块产生分辨率为10位的PWM波形,占空比为50 ;
——RS-232程序通过RS-232接口来完成PC计算机与单片机之间的通信;
——simple_POARD程序为外围功能模块简单应用实例,点亮与PORTD口相连的八个发光二极管;
——stopwatch程序实现计时秒表功能,时钟显示范围00.00~99.99秒,分辨度为0.01秒;
——switchinput程序用于开关量的输入(采用SPI总线),并显示在与D口相连的LED上;
——wakeup程序实现PIC18F458的休眠工作方式,并由实验板上的按键产生"电平变化中断"将其从休眠状态中激活;
——WDT程序实现"看门狗"WDT的功能;
——Yejing程序实现液晶显示器的接口和显示功能。
-● C language routine. The subdirectory include the following subroutine:
- AD program to achieve analog to digital conversion function
- The CAN program CAN bus communication functions
The- keyboard_check program keyboard scan query mode input
- Keyboard_disturb program PORTB change interrupt level "keyboard input
- Led0-8 program eight LEDs sequentially numbers 1 to 8
- PWM program for the CCP1 module produces a resolution of 10-bit PWM waveform, duty cycle of 50
- RS-232 program through the RS-232 interface to complete the communication between PC computer and microcontroller
- Simple_POARD program simple application example for the peripheral function modules, lit PORTD port connected eight light-emitting diodes
- Stopwatch stopwatch program, clock display range from 00.00 to 99.99 seconds, and a resolution of 0.01 seconds
The- switchinput program is used to switch the input (SPI bus), and display on the LED connected to port D
- Wakeup program the PIC18F458 do Platform: |
Size: 2292736 |
Author:王涛 |
Hits:
Description: 此程序为对MSP430学习来的一个小小综合,利用单片机简单综合了几个模块的功能,通过键盘控制使各功能运作,有利于学习利用。-This program for the MSP430 learning a little comprehensive, the use of the microcontroller simple integrated several modules, each functional operation is controlled via the keyboard and conducive to learning use. Platform: |
Size: 5120 |
Author:wang |
Hits:
Description: 用51单片机开发的8键电子琴程序,适合学单片机的新手学习。-With eight key keyboard program for the development of 51 single-chip microcomputer, is suitable for the novice to learn microcontroller. Platform: |
Size: 18432 |
Author:高阳 |
Hits:
Description: 基于单片机的全自动洗衣机各个模块功能开发,包括,显示模块,键盘模块和控制模块。-Microcontroller-based automatic washing machine function of each module development, including display module, a keyboard module and a control module. Platform: |
Size: 10240 |
Author:施亚平 |
Hits: