#pragma once #include namespace pwm { void init(); void setDuty(uint8_t percent); } // namespace pwm