Add Rambo support/env to platformio.ini; properly maps extended pins

This commit is contained in:
Brian Gortney 2016-08-19 07:11:23 -04:00
parent 733453569b
commit 8fae3e1f9f

7
Marlin/platformio.ini Normal file → Executable file
View File

@ -42,3 +42,10 @@ platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO -D AT90USBxx_TEENSYPP_ASSIGNMENTS
[env:rambo]
platform = atmelavr
framework = arduino
board = reprap_rambo
build_flags = -I $BUILDSRC_DIR
board_f_cpu = 16000000L