代码搜索:gpio的引脚
找到约 10,000 项符合「gpio的引脚」的源代码
代码结果 10,000
www.eeworm.com/read/466246/7041507
c gpio.c
#include
#include "..\inc\include.h"
#include "..\lib\GPIO.h"
volatile uchar KeyValue; //
volatile uchar KeyEvent; //
static void Delay(uchar t)
{
uchar i;
int j;
i = t;
wh
www.eeworm.com/read/466246/7041510
h gpio.h
#ifndef __GPIO_H
#define __GPIO_H
#define LED RB2
#define KEY_DEC RB6
#define KEY_INC RB5
#define KEY_POWER RB4
#define KEY_IDLE 0x00
#define KEY_PRESSED 0x01
#define KEY_RELEAS
www.eeworm.com/read/466246/7041511
cce gpio.cce
www.eeworm.com/read/466246/7041525
sdb gpio.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 C:\Program Files\HI-TECH Software\PICC\Demo\INCLUDE\pic16f7x7.h
[v _TMR0 `Vuc 1 s 1 @1 ]
"15
[v _PCL `Vuc 1 s 1 @2 ]
"16
[v _STA
www.eeworm.com/read/466246/7041527
rlf gpio.rlf
www.eeworm.com/read/466246/7041528
obj gpio.obj
www.eeworm.com/read/466246/7041531
lst gpio.lst
HI-TECH Software PICC Macro Assembler V8.05PL2
Serial number: HCPIC-88888 Thu Apr 23 16:52:08 2009
Licensed to: ONE TWO
1 processor
www.eeworm.com/read/275353/7089319
rar gpio.rar
www.eeworm.com/read/204828/7102981
h gpio.h
/* IO defintions HDI */
#ifndef GPIO_H_
#define GPIO_H_
#include
#define LEDPORT (PORTC)
#define LEDDDR (DDRC)
#define LED0 (1
www.eeworm.com/read/204828/7102993
c gpio.c
#include
#include "gpio.h"
void gpio_init(void)
{
LEDPORT |= ( LED0 | LED1 | LED2 ); // all off
LEDDDR |= ( LED0 | LED1 | LED2 ); // set as output
}
void gpio_set_led(