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.
1 parent 88c9b9b commit 37753aaCopy full SHA for 37753aa
Firmware/hardware/Balanduino/avr/variants/standard/pins_arduino.h
@@ -253,8 +253,8 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
253
NOT_ON_TIMER, /* 25 - PB0 */
254
NOT_ON_TIMER, /* 26 - PB1 */
255
NOT_ON_TIMER, /* 27 - PB5 */
256
- NOT_ON_TIMER, /* 28 - PB6 */
257
- NOT_ON_TIMER, /* 29 - PB7 */
+ TIMER3A, /* 28 - PB6 */
+ TIMER3B, /* 29 - PB7 */
258
259
NOT_ON_TIMER, /* 30 - PA6 */
260
NOT_ON_TIMER /* 31 - PA7 */
0 commit comments