MikroElektronika PIC Microcontrollers PIC16 Ficha de datos Pagina 116

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 194
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 115
Programming PIC Microcontrollers in BASIC - mikroElektronika
Example
GLCD_Put_Data(temperature)
5.2.11.5 GLCD_Put_Data2 – Sends data byte to GLCD.
Prototype sub procedure GLCD_Put_Data2(dim data as byte, dim side as byte)
Description Sends data to GLCD at specified <side> (<side> can take constant value LEFT or RIGHT) .
Example
GLCD_Put_Data2(temperature, 1)
5.2.11.6 GLCD_Select_Side- Selects the side of the GLCD.
Prototype sub procedure GLCD_Select_Side(dim LCDSide as byte)
Description Selects the side of the GLCD:
' const RIGHT = 0
' const LEFT = 1
Example
GLCD_Select_Side(1)
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (74 sur 112)05/11/2004 02:20:53
Vista de pagina 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 193 194

Comentarios a estos manuales

Sin comentarios