7 lines
152 B
C
7 lines
152 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "ws2812_spi.h"
|
||
|
|
|
||
|
|
void ws2812_spi_shell_register(ws2812_spi_led_strip_t *led_strip);
|
||
|
|
void ws2812_spi_strip_shell_unregister(void);
|