kevinbrugere / mega-isp

Automatically exported from code.google.com/p/mega-isp
0 stars 0 forks source link

Declaring directly MISO MOSI etc. means incompatibility (AT90USB TEENSY) #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile it with a AT90 atmega (teensy++)
2.
3.

What is the expected output? What do you see instead?
ArduinoISP work with AT90 usb (pin B0 B1 B2 B3)

Rolling back old version of arduinoisp to:
#include "pins_arduino.h"  // defines SS,MOSI,MISO,SCK
#define RESET SS

work perfectly!

Original issue reported on code.google.com by occhiobe...@gmail.com on 8 Nov 2011 at 5:00

GoogleCodeExporter commented 8 years ago
Done in dev version https://github.com/rsbohn/arduinoisp version 04m2.

Original comment by rsb...@gmail.com on 19 Nov 2011 at 10:44