Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_led.h File Reference

led blink manager More...

Go to the source code of this file.

Data Structures

struct  led_blink_params_t
 

Functions

void tr_led_init (void)
 
void tr_led_blink (zb_uint8_t led_pin, zb_uint16_t on_ms, zb_uint16_t off_ms, zb_uint8_t blink_count)
 
void tr_led_on (zb_uint8_t led_pin)
 
void tr_led_off (zb_uint8_t led_pin)
 

Detailed Description

led blink manager


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Function Documentation

◆ tr_led_blink()

void tr_led_blink ( zb_uint8_t led_pin,
zb_uint16_t on_ms,
zb_uint16_t off_ms,
zb_uint8_t blink_count )

◆ tr_led_init()

void tr_led_init ( void )

◆ tr_led_off()

void tr_led_off ( zb_uint8_t led_pin)

◆ tr_led_on()

void tr_led_on ( zb_uint8_t led_pin)