Fix TBeam Supreme woes (and upgrade platform)

This commit is contained in:
Ben Meadors
2024-05-16 07:46:47 -05:00
parent 1d42a6c48f
commit 51d2795b26
3 changed files with 3 additions and 8 deletions

View File

@@ -6,14 +6,6 @@
#define USB_VID 0x303a
#define USB_PID 0x1001
#define EXTERNAL_NUM_INTERRUPTS 46
#define NUM_DIGITAL_PINS 48
#define NUM_ANALOG_INPUTS 20
#define analogInputToDigitalPin(p) (((p) < 20) ? (analogChannelToDigitalPin(p)) : -1)
#define digitalPinToInterrupt(p) (((p) < 48) ? (p) : -1)
#define digitalPinHasPWM(p) (p < 46)
static const uint8_t TX = 43;
static const uint8_t RX = 44;