Update cubesatsim.ino

pull/172/head
alanbjohnston 3 years ago committed by GitHub
parent 9a9c1efda7
commit 907b99e8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2299,7 +2299,7 @@ void start_pwm() {
// pwm_config_set_clkdiv(&config, 8.0); //16.0); // 8.0f); was 16 for some reason
pwm_config_set_clkdiv(&config, 16.0); //1.0f); // 1.0f);
// pwm_config_set_wrap(&config, 178); // 250);
pwm_config_set_wrap(&config, 3);
pwm_config_set_wrap(&config, 255); // 3);
// pwm_config_set_output_polarity( &config, polarity, polarity);
pwm_config_set_output_polarity( &config, true, false);

Loading…
Cancel
Save

Powered by TurnKey Linux.