pcm4/stage2/include/neopixel.h

8 lines
102 B
C++

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