13.07.2015 Views

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Wait until busy flag is low.while(bit_test(lcd_read_byte(),7));output_high(LCD_RS);value = lcd_read_byte();output_low(lcd_RS);return(value);}#endifLIBRERÍA <strong>DE</strong> FUNCION USADA PARA ENVIAR DATOS A PC. (usbrfid2.c)//* RFID REA<strong>DE</strong>R CARD *//* Rutina Envio datos USB-PC *//* *//* Version 1.0 (01/07/07) *//* Hecho por Luis Mario Mercado *//*******************************************************************************///Rutina que envia datos contenidos en una variable hacia la PC via USBvoid enviar_usb(int8* data){int16 send_timer=0;if (usb_enumerated()) {if (!send_timer) {send_timer=250;usb_put_packet(1, data, 6, USB_DTS_TOGGLE);}send_timer--;delay_ms(1);}}LIBRERÍA <strong>DE</strong> FUNCION USADA PARA MANEJAR DATOS EN EEPROM. (eeprom.c)//Funcion para escribir codigo en una localidad de memoria eepromvoid escribir_eeprom(int8* data, int8 direccion) {int i;for(i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!