🧑‍💻 Adjust FastIO AVR timer enums, macros

This commit is contained in:
Scott Lahteine
2022-01-10 19:49:54 -06:00
parent 02b29c0fec
commit 07bffdf4bc
9 changed files with 105 additions and 100 deletions

View File

@@ -231,7 +231,7 @@ extern volatile uint32_t systick_uptime_millis;
* Set the frequency of the timer corresponding to the provided pin
* All Timer PWM pins run at the same frequency
*/
void set_pwm_frequency(const pin_t pin, int f_desired);
void set_pwm_frequency(const pin_t pin, const uint16_t f_desired);
/**
* set_pwm_duty