代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
www.eeworm.com/read/323663/13329770
hex 按键.hex
:1000F00000C000F900A400B000990092008200F84E
:10010000008000900088008300C600A10086008E59
:0201100000FFEE
:03011200010A00DF
:10000300E4F598D2ACD2AFD29920960C050AE50A52
:0D001300B40903E4F50AB2902096
www.eeworm.com/read/305269/13775962
txt 按键.txt
#include //单片机库函数
#include
sbit key1=P0^4; //位定义
sbit key2=P0^5;
sbit key3=P0^6;
sbit key4=P0^7;
sbit led1=P2^4;
sbit led2=P2^5;
sbit led3=P2^
www.eeworm.com/read/410065/11303167
c 按键.c
#include
#include
#define HIGH 1
#define LOW 0
#define uchar unsigned char
#define uint unsigned int
//***************LCD1602********************************
#define DA
www.eeworm.com/read/405903/11455174
c 按键.c
#include
#include
void main()
{ unsigned char i;
DDRD=0XFF;
DDRC=0X00;
PORTC=0XFF;
while(1)
{i=PINC|0xF0;
switch(i)
{ case 0xfe:
PORT
www.eeworm.com/read/346474/11742838
c 按键.c
void Init_Port(void)
{
//将P6端口所有的管脚在初始化的时候设置为输入方式
P6DIR=0;
//将P6端口所有的管脚设置为一般I/O端口
P6SEL=0;
//将P6.3 P6.4设置为输出方向
P6DIR|=BIT3;
P6DIR|=BIT4;
//先输出低电平
P6OUT=0x00;
return;
}
www.eeworm.com/read/210387/15199832
opt 按键.opt
www.eeworm.com/read/210387/15199833
ncb 按键.ncb
www.eeworm.com/read/210387/15199836
ico 按键.ico
www.eeworm.com/read/210387/15199838
cpp 按键.cpp
// 按键.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "按键.h"
#include "按键Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/210387/15199839