Smart Remote 3 nRF52 v1.2
Modules | Functions
LED module

LED module. More...

Modules

 LED drivers
 Development Kit LED drivers.
 

Functions

bool m_leds_event_handler (const event_t *p_event)
 Event bus event handler. More...
 
ret_code_t m_leds_init (void)
 Function for initializing the LED module. More...
 

Detailed Description

LED module.

This module deals with the LEDs.

Function Documentation

bool m_leds_event_handler ( const event_t *  p_event)

Event bus event handler.

Parameters
[in]p_eventPointer to the event structure.
Returns
True if further processing of the given event should be abandoned.
ret_code_t m_leds_init ( void  )

Function for initializing the LED module.

Returns
NRF_SUCCESS on success, otherwise an error code.

Documentation feedback | Developer Zone | Subscribe | Updated