🐛 Fix LPC176x M43 Pins Debugging (#22611)
This commit is contained in:
committed by
Scott Lahteine
parent
73ef26a106
commit
d8ef23eda7
@ -393,3 +393,4 @@ static void pwm_details(uint8_t pin) {
|
||||
#endif
|
||||
|
||||
#define PRINT_PIN(p) do{ sprintf_P(buffer, PSTR("%3d "), p); SERIAL_ECHO(buffer); }while(0)
|
||||
#define PRINT_PIN_ANALOG(p) do{ sprintf_P(buffer, PSTR(" (A%2d) "), DIGITAL_PIN_TO_ANALOG_PIN(pin)); SERIAL_ECHO(buffer); }while(0)
|
||||
|
Reference in New Issue
Block a user