IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
Basic driver functions

Commonly used functions. Here you you will find the functions you normally will need. More...

Collaboration diagram for Basic driver functions:

Enumerations

enum  status_leds_t { led_ST1 = 0, led_ST2, led_ST3, led_ST4 }
 Led identifications. More...
 

Functions

void status_leds_longPuls (status_leds_t led)
 Makes the led light up in a long period. More...
 
void status_leds_shortPuls (status_leds_t led)
 Makes the led light up in a short period. More...
 
void status_leds_slowBlink (status_leds_t led)
 Makes the led blink with a low frequency. More...
 
void status_leds_fastBlink (status_leds_t led)
 Makes the led blink with a high frequency. More...
 
void status_leds_ledOn (status_leds_t led)
 Turns the led on. More...
 
void status_leds_ledOff (status_leds_t led)
 Turns the led off. More...
 

Detailed Description

Commonly used functions. Here you you will find the functions you normally will need.

Enumeration Type Documentation

◆ status_leds_t

Led identifications.

These are the enumerations that must be used when manipulating with the status LEDs.

Enumerator
led_ST1 

Status led ST1 (RED)

led_ST2 

Status led ST2 (GREEN)

led_ST3 

Status led ST3 (YELLOW)

led_ST4 

Status led ST4 (BLUE)

Function Documentation

◆ status_leds_fastBlink()

void status_leds_fastBlink ( status_leds_t  led)

Makes the led blink with a high frequency.

Parameters
[in]ledto use.

◆ status_leds_ledOff()

void status_leds_ledOff ( status_leds_t  led)

Turns the led off.

Parameters
[in]ledto use.

◆ status_leds_ledOn()

void status_leds_ledOn ( status_leds_t  led)

Turns the led on.

Parameters
[in]ledto use.

◆ status_leds_longPuls()

void status_leds_longPuls ( status_leds_t  led)

Makes the led light up in a long period.

Parameters
[in]ledto use.

◆ status_leds_shortPuls()

void status_leds_shortPuls ( status_leds_t  led)

Makes the led light up in a short period.

Parameters
[in]ledto use.

◆ status_leds_slowBlink()

void status_leds_slowBlink ( status_leds_t  led)

Makes the led blink with a low frequency.

Parameters
[in]ledto use.