1 2 3 4 5 6
#pragma once #include <cstdint> void setupOutputs(); void writeOutputs(std::uint8_t value);