diff --git a/Appendix-C:-Firmware-programming.md b/Appendix-C:-Firmware-programming.md index a57b7ec..8ce7677 100644 --- a/Appendix-C:-Firmware-programming.md +++ b/Appendix-C:-Firmware-programming.md @@ -58,7 +58,7 @@ In this step, we'll program the Arduino Nano with the ArduinoISP sketch so that - The Arduino Nano should have a few status LEDs that illuminate when it's powered on. - The Ploopy Mouse will either be completely dim, or there will be a white LED that is either very dim or very bright. Any of those are normal states. 2. Fire up the Arduino IDE. -3. Remove any capacitor between RST and GND on the Nano, and then open up the ArduinoISP sketch in Arduino IDE (in Examples). +3. Remove any capacitor between RST and GND on the Nano, and then open up the ArduinoISP sketch in Arduino IDE (in `File -> Examples -> 11.ArduinoISP -> ArduinoISP`). 4. Upload the ArduinoISP sketch onto the Arduino Nano. - Make sure that, in the Arduino IDE, `Tools > Board` is set to `Arduino Nano` and `Tools > Programmer` is set to `AVRISP mk II`.