BMLite_Nordic/HAL_Driver/inc/btns_leds.h
Andrey Perminov be47e75bd5 Refactoring LEDs functions
Change-Id: Iab42912f59cf53a764b1239ddb0593bf418d2929
2020-04-20 16:00:50 -07:00

15 lines
240 B
C

/**
* @file btns_leds.h
* @brief Buttons and LEDs control functions
*/
#ifndef BTNS_LEDS_H
#define BTNS_LEDS_H
#include "platform.h"
void board_set_leds(platform_led_status_t color);
uint32_t board_get_button_press_time();
#endif