🧑💻 Adjust FastIO AVR timer enums, macros
This commit is contained in:
@@ -206,7 +206,7 @@ void flashFirmware(const int16_t);
|
||||
* All Hardware PWM pins run at the same frequency and all
|
||||
* Software 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
|
||||
|
||||
Reference in New Issue
Block a user