Update cubesatsim.ino

pull/169/head
alanbjohnston 4 years ago committed by GitHub
parent 6306a0bc77
commit dd4f1d47b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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, 64.0); //1.0f); // 1.0f);
pwm_config_set_clkdiv(&config, 16.0); //1.0f); // 1.0f);
// pwm_config_set_wrap(&config, 178); // 250);
pwm_config_set_wrap(&config, 3);

Loading…
Cancel
Save

Powered by TurnKey Linux.