Skip to content
Prev Previous commit
Next Next commit
opta_expansions: remove unexisting AVCC measure pin
  • Loading branch information
maidnl authored and facchinm committed May 30, 2024
commit e3f1ea9b0660c79adaf82aaef65bc753f7a2d326
3 changes: 1 addition & 2 deletions variants/OPTA_ANALOG/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ static const uint8_t SS = PIN_SPI_CS;

#define EXT_INTERRUPTS_HOWMANY 2

#define AVCC_MEASURE_PIN 20
#define AVCC_MULTIPLY_FACTOR 8.33


#define USB_VID (0x2341)
#define USB_PID (0x0071)
Expand Down
3 changes: 1 addition & 2 deletions variants/OPTA_DIGITAL/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ static const uint8_t SS = PIN_SPI_CS;

#define EXT_INTERRUPTS_HOWMANY 2

#define AVCC_MEASURE_PIN 20
#define AVCC_MULTIPLY_FACTOR 8.33


#define USB_VID (0x2341)
#define USB_PID (0x006E)
Expand Down