Hi, I can find lots of "hits" for MAX PWM Frequency, but I want Sub-Hz values (0.1 - 0.5Hz). Using this commonly found technique: int PWM_FREQUENCY = 1; // this variable is used to define the time period int PWM_CHANNEL = 0; // this variable is used to select the channel number int PWM_RESOUTION = 8; // this will define the resolutio...