39 pinMode(_pin1, OUTPUT);
40 analogWrite(_pin1, level);
52 pinMode(_pin2, OUTPUT);
53 analogWrite(_pin2, level);
Handling MiniR4.Dn digital pin functions.
Class for handling digital input and output operations.
A class to handle PWM (Pulse Width Modulation) signals on two specified pins.
void setPWMR(uint8_t level)
Sets the PWM level for the second pin.
void setPWML(uint8_t level)
Sets the PWM level for the first pin.