xiaoyu/media/sysutils/include/rk_led.h

15 lines
220 B
C
Raw Normal View History

2025-03-04 22:36:42 +08:00
/*
* Copyright (c) 2022 rockchip
*
*/
#ifndef __RK_LED_H__
#define __RK_LED_H__
#include <stdint.h>
#include <stdbool.h>
int rk_led_set_mode(char *dev_path, bool blink, uint32_t brightness);
#endif //__RK_LED_H__