Skip to content

Commit

Permalink
HardwarePWM.h was not part of the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Feb 12, 2023
1 parent 61f3feb commit e71532f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sming/Core/HardwarePWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ class HardwarePWM
*/
void update();

/** @brief Get PWM Frequency
* @retval uint32_t Value of Frequency
*/
uint32_t getFrequency(uint8_t pin);

private:
Expand Down

0 comments on commit e71532f

Please sign in to comment.