mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Using SPI pin definitions in pins_arduino.h for ArduinoISP sketch (now works on Mega).
This commit is contained in:
@ -24,10 +24,8 @@
|
||||
// - The SPI functions herein were developed for the AVR910_ARD programmer
|
||||
// - More information at http://code.google.com/p/mega-isp
|
||||
|
||||
#define SCK 13
|
||||
#define MISO 12
|
||||
#define MOSI 11
|
||||
#define RESET 10
|
||||
#include "pins_arduino.h" // defines SS,MOSI,MISO,SCK
|
||||
#define RESET SS
|
||||
|
||||
#define LED_HB 9
|
||||
#define LED_ERR 8
|
||||
|
Reference in New Issue
Block a user