@ -31,7 +31,7 @@
* and with the mainstream Marlin software . All have been used with Arduino 1.6 .12
* and with the mainstream Marlin software . All have been used with Arduino 1.6 .12
*
*
* Teensyduino - http : //www.pjrc.com/teensy/teensyduino.html
* Teensyduino - http : //www.pjrc.com/teensy/teensyduino.html
* Select Teensy + + 2.0 in Arduino IDE from the ' Tools - > Board s ' menu
* Select Teensy + + 2.0 in Arduino IDE from the ' Tools > Board ' menu
*
*
* Installation instructions are at the above URL . Don ' t bother loading the
* Installation instructions are at the above URL . Don ' t bother loading the
* libraries - they are not used with the Marlin software .
* libraries - they are not used with the Marlin software .
@ -48,7 +48,7 @@
* hardware directory in Arduino . The Arduino hardware directory will probably
* hardware directory in Arduino . The Arduino hardware directory will probably
* be located in a path similar to this : C : \ Program Files ( x86 ) \ Arduino \ hardware .
* be located in a path similar to this : C : \ Program Files ( x86 ) \ Arduino \ hardware .
* 3. Restart Arduino .
* 3. Restart Arduino .
* 4. Select " Printrboard " from the ' Tools - > Board s ' menu .
* 4. Select " Printrboard " from the ' Tools > Board ' menu .
*
*
* Teensyduino is the most popular option . Printrboard is used if your board doesn ' t have
* Teensyduino is the most popular option . Printrboard is used if your board doesn ' t have
* the Teensyduino bootloader on it .
* the Teensyduino bootloader on it .
@ -74,7 +74,7 @@
*/
*/
# if !defined(__AVR_AT90USB1286__) && !defined(__AVR_AT90USB1286P__)
# if !defined(__AVR_AT90USB1286__) && !defined(__AVR_AT90USB1286P__)
# error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu. "
# error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.' "
# endif
# endif
# define BOARD_NAME "Teensylu"
# define BOARD_NAME "Teensylu"