fantemp/thermistor/pwm.hpp

11 lines
116 B
C++

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