-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation content
Description
The ArduinoISP use SS, MOSI, MISO and CLK to work; but on Arduino Leonardo, thoses pins are not at the same place than on the Arduino Uno.
- The ArduinoISP sketch does not say anything about that, it should be corrected (by saying that it can not work with Leonardo, or by explaining how to do).
- Page on http://arduino.cc/en/Tutorial/ArduinoISP does not say anything neither about Leonardo.
ArduinoISP does work if you define RESET as 10 instead of SS and connect MOSI, MISO and CLK on the right pins on the ICSP connector.
Metadata
Metadata
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation content