sub funciones

January 5, 2019 | Author: Pablo Rodas | Category: N/A
Share Embed Donate


Short Description

Ejemplos Mikrobasic...

Description

Ejemplo7.mbas

1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54 : 55: 55: 56: 56: 57: 57:

05/12/2011 8:56:32

 program  Ejemplo7

' * ' * Nombre del Ejemplo ' Ejemplpo 7  ' * Autor: ' Ing. Pablo Rodas -CTS' * Fecha: ' 20111128: ' ' * Descripcion ' AMnejo de funciones ' ' * Configuracion ' MCU: P16F887  ' Archivo Simulacion PROTEUS: Entrenador  ' Oscillador: HS, 4.0000 MHz ' ' * NOTAS  ' * ' SECCION DE DECLARACIONES DE SIMBOLOS  '***************************************************************************** ' SECCION DE DECLARACIONES DE VARIABLES  '***************************************************************************** dim  LCD_RS as sbit sbit at RB2_bit LCD_EN as sbi sbit at RB3_bit LCD_D4 as sbi sbit at RB4_bit LCD_D5 as sbi sbit at RB5_bit LCD_D6 as sbi sbit at RB6_bit LCD_D7 as sbi sbit at RB7_bit LCD_RS_Direction as sbi sbit LCD_EN_Direction as sbi sbit LCD_D4_Direction as sbi sbit LCD_D5_Direction as sbi sbit LCD_D6_Direction as sbi sbit LCD_D7_Direction as sbi sbit i, resp respue uest sta a as byte byte txt as string string[3]

at at at at at at

TRISB2_bit TRISB3_bit TRISB4_bit TRISB5_bit TRISB6_bit TRISB7_bit

' SECCION DE DECLARACIONES DE CONSTANTES  '***************************************************************************** sub functio function n suma(dim  a, b as byte byte) as byte byte

result=a+b end end sub sub sub functio function n resta(dim  a, b as byte byte)as byte byte

result=a-b end end sub sub

' SECCION DE SUBPROCEDIMIENTOS  '***************************************************************************** sub procedu procedure re setup A N S EL = 0 ' Configuracion de los canales analogicos ANSE ANSELH LH = 0 ' (Puerto A,E y B)como digitales C1ON C1ON_b _bit it = 0 ' Apago los comparadores analogicos C2ON C2ON_b _bit it = 0

1/2

mikroBasic Pro for PIC by mikroElektronika

Ejemplo7.mbas

58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89:

TRISD=0 TRISD=0 TRISE=0 TRISE=0 TRISB=0 TRISB=0 PORTD=0 PORTD=0 PORTE=0 PORTE=0 PORTB=0 PORTB=0

05/12/2011 8:56:32

'PUERTO D como salidas 'PUERTO E como salidas 'apago los puertos

end end sub sub

'****************************************************************************** 'Programa Principal

main: main: ' Main program setup Lcd_Init() Lcd_Cmd(_LCD_CLEAR) ' borra la pantalla Lcd_Cmd(_LCD_BLINK_CURSOR_ON) ' Cursor off  Lcd_Out(1 Lcd_Out(1,1,"COLEGIO TECNICO SALESIANO") SALESIANO") ' escribe en la primera fil la primera columna Lcd_Out(2 Lcd_Out(2,5,"MECATRONICA" "MECATRONICA") ) ' segunda fila quinta columna Lcd_Cmd(_LCD_CURSOR_OFF) ' Lcd_Cmd(_LCD_UNDERLINE_ON) delay_ms(500 delay_ms(500) ) Lcd_Cmd(_LCD_CLEAR) ' borra la pantalla Lcd_Out(1 Lcd_Out(1,1,"S. operacion") operacion") Lcd_Out(1 Lcd_Out(1,14 14, ,"+ -") -") '************************* respuesta=suma(5,2) respuesta=suma(5 bytetoStr(respuesta,txt) Lcd_Out(2 Lcd_Out(2,5,txt) end .

2/2

mikroBasic Pro for PIC by mikroElektronika

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF