pcm4/stage2/include/neopixel.h

9 lines
118 B
C++

#pragma once
namespace neopxl {
void start();
void blink();
void stop();
} // namespace neopxl