Pic 877

Páginas: 4 (827 palabras) Publicado: 3 de febrero de 2013
Sensor de temperatura. PIC16F877A

-------------------------------------------------
unsigned char ch;
-------------------------------------------------
unsignedint adc_rd;
-------------------------------------------------
char *text,*text1;
-------------------------------------------------
long tlong;-------------------------------------------------
int i,j;
-------------------------------------------------
// LCD module connections
-------------------------------------------------sbit LCD_RS at RB4_bit;
-------------------------------------------------
//sbit LCD_RW at RB6_bit;
-------------------------------------------------sbit LCD_EN at RB5_bit;
-------------------------------------------------
sbit LCD_D4 at RB0_bit;
-------------------------------------------------
sbit LCD_D5at RB1_bit;
-------------------------------------------------
sbit LCD_D6 at RB2_bit;
-------------------------------------------------
sbit LCD_D7 at RB3_bit;-------------------------------------------------

-------------------------------------------------
sbit LCD_RS_Direction at TRISB4_bit;-------------------------------------------------
//sbit LCD_RW_Direction at TRISB6_bit;
-------------------------------------------------
sbit LCD_EN_Direction at TRISB5_bit;-------------------------------------------------
sbit LCD_D4_Direction at TRISB0_bit;
-------------------------------------------------
sbit LCD_D5_Direction at TRISB1_bit;-------------------------------------------------
sbit LCD_D6_Direction at TRISB2_bit;
-------------------------------------------------
sbit LCD_D7_Direction at...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • El pico
  • Pice
  • los picos
  • pico
  • pico
  • Pico
  • El Pic
  • PIC

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS