evk_led.h

This module controls LED features of SPARK EVK board.

Copyright

Copyright (C) 2026 SPARK Microsystems International Inc. All rights reserved.

License

This source code is proprietary and subject to the SPARK Microsystems Software EULA found in this package in file EULA.txt.

Author

SPARK FW Team.

Functions

void evk_led_init(void)

Initializes the on-board LEDs.

void evk_led_on(evk_led_t led)

Turn on LED.

Parameters:

led[in] LED ID number.

void evk_led_off(evk_led_t led)

Turn off LED.

Parameters:

led[in] LED ID number.

void evk_led_toggle(evk_led_t led)

Toggle LED.

Parameters:

led[in] LED ID number.