From 2c00d1580fcfac3d3719f83f660f63e7e8523120 Mon Sep 17 00:00:00 2001 From: Greg Dahlman Date: Mon, 5 Dec 2011 20:34:02 -0800 Subject: Fixing issues in pins.h and fastio.h, I created them not understanding it was using arduino pin numbers I also put in a note that Gen 7 only works at 16 MHZ due to timing issues with WProgram.h and wiring.h --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 2a57812..344a7bd 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -9,7 +9,7 @@ // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 -// Gen 7 = 7 +// Gen 7 @ 16MHZ only= 7 // Teensylu (at90usb) = 8 // Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 -- cgit v1.2.1