添加RGB灯
This commit is contained in:
@@ -10,7 +10,8 @@ void sertrf_init(void)
|
||||
{
|
||||
SYS_LOG_WRN("device init error");
|
||||
}
|
||||
|
||||
//RGB灯
|
||||
work_rgb_led_start();
|
||||
sertrf_start();
|
||||
}
|
||||
void sertrf_start(void)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "device.h"
|
||||
|
||||
#include "../led_strip/led_strip.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user