1
0
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:
Kiril Zyapkov 2015-08-04 13:45:38 +03:00
parent 56b70f6aab
commit d5ab22f4ae

View File

@ -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