代码搜索:LCD_OUT

找到约 56 项符合「LCD_OUT」的源代码

代码结果 56
www.eeworm.com/read/101167/15842860

c toggle_1.c

// Program TOGGLE_1.C // // Reverses the state of an LED on PORTD.4 when pushbutton on input PORTB.0 is // momentarily depressed. Also, continually outputs to the LCD. // // Note that there is a
www.eeworm.com/read/101167/15842787

c pwm_1.c

// Program PWM_1.C // // Illustrates use of CCP1 to implement 8-bit PWM on RC2/CCP1. // // When pushbutton is open (released), duty cycle decrease to zero. When // pushbutton is depressed, duty
www.eeworm.com/read/416889/11010623

c adc_on_lcd.c

/* * Project name: ADC_on_LCD (Displaying ADC result on LCD) * Copyright: (c) Mikroelektronika, 2005. * Description: This code demonstrates how to use library function ADC_read
www.eeworm.com/read/101167/15842791

c pwm_2.c

// Program PWM_2.C // // Varies PWM duty using potentiometer on A/D Ch0 and outputs // the value of "duty" to LCD. // // Uses 8-bit PWM. The period is 1/256 us or about 4KHz. // // copyright,
www.eeworm.com/read/408320/11392757

c lcd.c

#include #include "delay.h" #include // LCD is controlled by this source. #define LCDLEN 8 // LCD is 8 char x 2 line. // If longer LCD used, change number. /
www.eeworm.com/read/101167/15842921

c tst_lcd.c

// Program TST_LCD.C (PIC16C505), CCS, PCB // // Direct Interface with Optrex DMC20434. // // Illustrates the various features of the routines in LCD_OUT.C // // Displays a string, byte in decim
www.eeworm.com/read/161622/10391535

c msp430-fw-lcd.c

//=================================================================== // // MSP430F149 based direct digital conversion // software defined radio receiver // // (C) 2005 Jan Florian Wagner OH2G
www.eeworm.com/read/350827/10707254

c msp430-fw-lcd.c

//=================================================================== // // MSP430F149 based direct digital conversion // software defined radio receiver // // (C) 2005 Jan Florian Wagner OH2G
www.eeworm.com/read/350184/10760762

c 12864.c

//*****************利用LCD液晶显示图形和文字******************// #include #include #include "delay.h" #define LCD12864 TRUE //************数据端口为PA1,时钟端口为PA3********************//
www.eeworm.com/read/350184/10760797

_c 12864._c

//*****************利用LCD液晶显示图形和文字******************// #include #include #include "delay.h" #define LCD12864 TRUE //************数据端口为PA1,时钟端口为PA3********************//