PWM fixes, slow down fan update
include LPC1768 syntax for M42 couple more pin_t changes consistency change M42 to R, P format Revert "change M42 to R, P format" This reverts commit 01f12f579ec9ccc1bb9126e68d2c86449e9b7edf.
This commit is contained in:
committed by
Scott Lahteine
parent
60adc6ff02
commit
c14000775b
@@ -39,7 +39,7 @@
|
||||
#include "arduino.h"
|
||||
#include "pinmapping.h"
|
||||
|
||||
bool useable_hardware_PWM(uint8_t pin);
|
||||
bool useable_hardware_PWM(pin_t pin);
|
||||
#define USEABLE_HARDWARE_PWM(pin) useable_hardware_PWM(pin)
|
||||
|
||||
#define LPC_PORT_OFFSET (0x0020)
|
||||
|
||||
Reference in New Issue
Block a user