@ -0,0 +1,16 @@
#ifndef PWM_H
#define PWM_H
#include <avr/io.h>
class Pwm16b
{
public:
Pwm16b();
~Pwm16b();
void setDuty( const uint16_t duty );
void off();
void on();
};
#endif
The note is not visible to the blocked user.