mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-03 07:02:28 +03:00
ESP8266AVRISP: switch default to active-low reset
This commit is contained in:
parent
56b70f6aab
commit
d5ab22f4ae
@ -14,9 +14,8 @@ Original version:
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// active-high reset if you use an n-mos to level-shift
|
||||
// comment if hooked directly
|
||||
#define AVRISP_ACTIVE_HIGH_RESET
|
||||
// uncomment if you use an n-mos to level-shift the reset line
|
||||
// #define AVRISP_ACTIVE_HIGH_RESET
|
||||
|
||||
// SPI clock frequency in Hz
|
||||
#define AVRISP_SPI_FREQ 1e6
|
||||
|
Loading…
x
Reference in New Issue
Block a user