diff options
author | midopple <mdoppler@gmx.at> | 2012-03-19 12:20:43 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-03-19 12:20:43 +0100 |
commit | 8b8f5bf47420238c525b2990747f47c5e3248369 (patch) | |
tree | 7cd3f8d86c52e46aec980221179dbcad8d56b151 /Sprinter/Configuration.h | |
parent | 1fee76039cb55e620fc13a42acb518647633eac0 (diff) |
Make fastio & Arduino pin numbering consistent for AT90USB128x.
Thanks to lincomatic
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r-- | Sprinter/Configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index a843b25..212b44e 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -12,6 +12,7 @@ // Gen 7 @ 16MHZ only= 7 // Gen 7 @ 20MHZ only= 71 // Teensylu (at90usb) = 8 +// Printrboard Rev. B (ATMEGA90USB1286) = 9 // Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 // Gen3 PLUS for TechZone Gen3 Remix Motherboard = 23 |