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