Texas-instruments TMS320C6000 Manual do Utilizador Página 50

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 62
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 49
LED_on
7-3
LED API Module
7.2 LED API Reference
Turns off specified LED
LED_off
Function void LED_off(
Uint32 LedNum
);
Arguments LedNum Specifies which LED to be turned off. Can be one of
the following:
- LED_1
- LED_2
- LED_3
-
Return Value none
Description Turns off the specified LED.
C6711 DSK
- LED_1 = USER_LED1
- LED_2 = USER_LED2
- LED_3 = USER_LED3
- LED_ALL = all user LEDs
Example If you want to turn off LED # 1 use:
LED_off(LED_1);
Turns on specified LED
LED_on
Function void LED_on(
Uint32 LedNum
);
Arguments LedNum Specifies which LED to be turned on. Can be one of
the following:
- LED_1
- LED_2
- LED_3
-
Return Value none
Vista de página 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 61 62

Comentários a estes Manuais

Sem comentários