Add pin_t to Marln 1.1 branch
This commit is contained in:
parent
36ba754842
commit
9dd8a49f82
8 changed files with 67 additions and 63 deletions
|
|
@ -587,6 +587,10 @@ class Temperature {
|
|||
|
||||
private:
|
||||
|
||||
#if ENABLED(FAST_PWM_FAN)
|
||||
void setPwmFrequency(const pin_t pin, int val);
|
||||
#endif
|
||||
|
||||
static void set_current_temp_raw();
|
||||
|
||||
static void updateTemperaturesFromRawValues();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue