搜索资源列表
LED_Key_Control
- 适用于S3C2410,ADS1.2编译通过。用按键S4控制LED3和LED4的亮灭:按下S4不动时,LED3和LED4同时闪烁点亮,放开S4后,LED3和LED4同时熄灭。-applicable to the S3C2410, ADS1.2 compile. S4 control with illuminated keypad and bright eliminate LED4 : press S4 fixed, LED4 illuminated and flashing lights whil
SoftKeyBordTest
- QT实现了点击任一一个lineEdit 就会弹出软键盘,然后利用软键盘王lineEdit中输入信息,再次点击第二个lineEdit的时候,会自动转换到第二个,同时软键盘不会消失。-Achieved eleven lineEdit click on any soft keyboard pops up, then use the soft keyboard to enter the king lineEdit information, click again when the second line
SoftwareSerial
- 已建成的Arduino硬件引脚0和1(也通过USB连接到电脑)的串行通信的支持.-The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built int
LED
- 由于普通LED点阵显示屏动态显示通常采用硬件扫描驱动,这在一些需要特殊显示的场合显得不够灵活。文中提出了一种利用PC机和单片机的通讯来实现显示屏灵活的动态显示和远程监控的设计方法,同时该方法还可以将显示内容在PC机上进行预览。-LED dot matrix display as a result of the general dynamic display hardware used to scan drives, which require special display in a numbe
gb
- 用按键控制数码管,并记录次数,同时指示灯亮作为提示-Button control with digital control, and record the number of times, while bright light as a reminder
question2
- Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and
dingshikongzhiqi
- 因为单片机的种类多,而型号杂,也是我们学习中的困难,所以就MCS—51系列的产品来说,就是一个典型的学习方法。对于类似汇编的单片机编程过程,也是一个十分有趣的过程。为了更好的说明,我以上介绍先从应用电路切入,同时介绍它们的使用方法,以便能快速掌握它们的应用。-Because many kinds of SCM, while the hybrid model, but also we learn the difficulties, so the MCS-51 family of products,
11
- This article introduces two new configurations for precision current sources and current mirrors. Both circuits use n-p-n bipolar devices, but one provides a current source while the other provides a current sink. This permits the use of current
adc
- #include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] voi
key
- 单片机按键程序,原代码提供各位参考和大家一同学习-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define I
led1
- 单片机51,c语言编写各种LED流水等是方式,情参考-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define
test
- 单片机,全版测试,提供全部原代码,C语言情下载-#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN
AT89C51
- PCB板全部文件,以及原理图,和上面的原代码相同 -#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #defin
Atmega8_RS485
- 利用AVR单片机--atmega 8设计485通讯C程序,同时,以20个字节为一个数据包进行发送和接受-Using AVR microcontroller- atmega 8 Design 485 C program, while 20 bytes for a packet to send and receive
PWM
- STM32F103同时产生四路PWM代码!-STM32F103 while producing four PWM code!
pwmgen
- This example application utilizes the PWM peripheral to output a 25 duty cycle PWM signal and a 75 duty cycle PWM signal, both at 440 Hz. Once configured, the application enters an infinite loop, doing nothing while the PWM peripheral continues
SDCARD_FATFileSystem
- [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
Newnes.PIC.Basic.Projects.30.Projects.using.PIC.B
- Covering the PIC BASIC and PIC BASIC PRO compilers, PIC Basic Projects provides an easy-to-use toolkit for developing applications with PIC BASIC. Numerous simple projects give clear and concrete examples of how PIC BASIC can be used to develop elect
Cortex_M3-core-analysis
- Cortex_M3的内核解析,中文,详细。 -Cortex_M3 core analysis,while is written in Chinese.Writting in detail.
IIC-EEPROM
- 本文件是I2C总线读写EEPROM(AT24C02)测试程序;将跳线器JP6的1,2脚短接,JP10的1,2脚短接,当按下KEY1,KEY2,KEY3任一键时会将对应的键值“1”,“2”,“3”写入EEPROM,同时数码管有提示,程序只保存最后一个键值,当按下KEY4时,程序会读出保存的最后一个键值,同时显示在数码管上。-This document is the I2C bus to read and write EEPROM (AT24C02) test procedures the 1,2
