Zilog ZUSBOPTS Manual de usuario Pagina 52

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 59
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 51
UM025603-0814 ZDS II Developer Studio for the ZNEO CPU
Zilog Educational Shields
User Manual
45
}//end circle
/*******************************************************
main
Starting function for the the application.
Requires:
Nothing
Returns:
Nothing
*******************************************************/
void main()
{
PADD = 0x00;// Port A Data Direction 0x00=Output : 0x01=Input
PBDD = 0x00;
PCDD = 0x00;
PDDD = 0x00;
PEDD = 0x00;
PFDD = 0x00;
PGDD = 0x00;
PHDD = 0x00;
while(1)
{
click();
LetterZ();
delay3();
Circle();
LetterI();
delay3();
Circle();
LetterL();
delay3();
Circle();
LetterO();
delay3();
Circle();
LetterG();
delay3();
Circle();
}
}//End main
Vista de pagina 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 58 59

Comentarios a estos manuales

Sin comentarios