We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 661fbca + a045478 commit 99b1469Copy full SHA for 99b1469
variants/espresso_lite_v1/pins_arduino.h
@@ -30,6 +30,8 @@
30
#define NUM_DIGITAL_PINS 17
31
#define NUM_ANALOG_INPUTS 1
32
33
+#define ESPRESSO_LITE_VERSION 1
34
+
35
#define analogInputToDigitalPin(p) ((p > 0)?NOT_A_PIN:0)
36
#define digitalPinToInterrupt(p) (((p) < EXTERNAL_NUM_INTERRUPTS)?p:NOT_A_PIN)
37
#define digitalPinHasPWM(p) (((p) < NUM_DIGITAL_PINS)?p:NOT_A_PIN)
variants/espresso_lite_v2/pins_arduino.h
+#define ESPRESSO_LITE_VERSION 2
0 commit comments