代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.c
#include
/*
* Demo program
*
* Flashes LEDs on Port B, responds to switch press
* on RA1. Usable on PICDEM board.
*
* Copyright (C)1997 HI-TECH Software.
* Freely distributable.
*/
#
led.c
/*--------------------------------------------------------------------------
LED.C
LED access macros and functions for the DE51-S by Windsun
------------------------------------------------------
led.h
/*--------------------------------------------------------------------------
LED.H
LED access macros and functions for the DE51-S by Windsun
------------------------------------------------------
led.c
/*--------------------------------------------------------------------------
LED.C
LED access macros and functions for the DE51-S by Windsun
------------------------------------------------------
led.h
/*--------------------------------------------------------------------------
LED.H
LED access macros and functions for the DE51-S by Windsun
------------------------------------------------------
led.lst
C51 COMPILER V7.50 LED 05/17/2007 23:04:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
led.c
#include
#include
#define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit))
volatile bit button @ PORTBIT(PORTB, 1);
const char Msg[] = {"This is a string\0"};
int sub1(int i,