mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +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>
|
#include <Arduino.h>
|
||||||
|
|
||||||
// active-high reset if you use an n-mos to level-shift
|
// uncomment if you use an n-mos to level-shift the reset line
|
||||||
// comment if hooked directly
|
// #define AVRISP_ACTIVE_HIGH_RESET
|
||||||
#define AVRISP_ACTIVE_HIGH_RESET
|
|
||||||
|
|
||||||
// SPI clock frequency in Hz
|
// SPI clock frequency in Hz
|
||||||
#define AVRISP_SPI_FREQ 1e6
|
#define AVRISP_SPI_FREQ 1e6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user