|
|
|
|
@ -2297,7 +2297,7 @@ void start_pwm() {
|
|
|
|
|
*/
|
|
|
|
|
config = pwm_get_default_config();
|
|
|
|
|
// pwm_config_set_clkdiv(&config, 8.0); //16.0); // 8.0f); was 16 for some reason
|
|
|
|
|
pwm_config_set_clkdiv(&config, 3.0f); // 2.0f); // 1.0f); // 16.0); //1.0f); // 1.0f);
|
|
|
|
|
pwm_config_set_clkdiv(&config, 1.0f); // 2.0f); // 1.0f); // 16.0); //1.0f); // 1.0f);
|
|
|
|
|
// pwm_config_set_wrap(&config, 178); // 250);
|
|
|
|
|
pwm_config_set_wrap(&config, 3); // 255); // 3);
|
|
|
|
|
|
|
|
|
|
|