#pragma once #include <stdint.h> namespace pwm { void init(); void setDuty(uint8_t percent); } // namespace pwm