pcm4/stage2/include/neopixel.h

9 lines
118 B
C
Raw Permalink Normal View History

2023-10-01 23:36:22 +00:00
#pragma once
namespace neopxl {
void start();
2023-10-02 01:00:25 +00:00
void blink();
void stop();
2023-10-01 23:36:22 +00:00
} // namespace neopxl