Skip to content

Commit bc1b6c4

Browse files
committed
nano33ble NUM_ANALOG_INPUTS redefined to 8
1 parent 81ddd88 commit bc1b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/ARDUINO_NANO33BLE/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" unsigned int PINCOUNT_fn();
2020
#endif
2121
#define PINS_COUNT (PINCOUNT_fn())
2222
#define NUM_DIGITAL_PINS (21u)
23-
#define NUM_ANALOG_INPUTS (7u)
23+
#define NUM_ANALOG_INPUTS (8u)
2424
#define NUM_ANALOG_OUTPUTS (0u)
2525

2626
// LEDs

0 commit comments

Comments
 (0)