添加RGB灯

This commit is contained in:
OPTOC
2025-08-20 11:31:55 +08:00
parent c704bbd24b
commit 0853287c7c
9 changed files with 426 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "led_strip.h"
#include "shell/sh.h"
#include "sh_vset.h"
void led_strip_shell_register(void);
void led_strip_shell_register(void);