Skip to content

Commit d5ab22f

Browse files
committed
ESP8266AVRISP: switch default to active-low reset
1 parent 56b70f6 commit d5ab22f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libraries/ESP8266AVRISP/src/ESP8266AVRISP.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Original version:
1414

1515
#include <Arduino.h>
1616

17-
// active-high reset if you use an n-mos to level-shift
18-
// comment if hooked directly
19-
#define AVRISP_ACTIVE_HIGH_RESET
17+
// uncomment if you use an n-mos to level-shift the reset line
18+
// #define AVRISP_ACTIVE_HIGH_RESET
2019

2120
// SPI clock frequency in Hz
2221
#define AVRISP_SPI_FREQ 1e6

0 commit comments

Comments
 (0)