kliment / Sprinter

Firmware for RepRap printers and similar devices
432 stars 329 forks source link

Fixes for Gen7 Support #2 #125

Closed gdahlm closed 12 years ago

gdahlm commented 12 years ago

This is a second pull request, I canceled the first.

I fixed the pin numbers and added in a note that Gen 7 only works @ 16Mhz

I also included the changes Kliment pushed to add 644 non P support in fastio.h

I will look at the timing issues with the old sanguino wiring libs but it has been completely removed from the next release so it may be more productive to move from WProgram.h to Arduino.h or pull code from teacup to get away from it.

There was a missing # on an ifdef in Sprinter.pde that is fixed in this pull request