Texas-instruments TMS320C6000 Bedienungsanleitung Seite 50

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 62
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 61 62

Kommentare zu diesen Handbüchern

Keine Kommentare