Minor patches to pins files
This commit is contained in:
parent
356af7dcb0
commit
c7b07d20f2
@ -51,11 +51,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __AVR_ATmega644P__
|
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
|
||||||
#ifndef __AVR_ATmega1284P__
|
|
||||||
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
|
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BOARD_NAME
|
#ifndef BOARD_NAME
|
||||||
#define BOARD_NAME "Gen6"
|
#define BOARD_NAME "Gen6"
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include "pins_GT2560_REV_A.h"
|
#include "pins_GT2560_REV_A.h"
|
||||||
|
|
||||||
|
#undef BOARD_NAME
|
||||||
#define BOARD_NAME "GT2560 Rev.A+"
|
#define BOARD_NAME "GT2560 Rev.A+"
|
||||||
|
|
||||||
#define SERVO0_PIN 11
|
#define SERVO0_PIN 11
|
||||||
|
Loading…
Reference in New Issue
Block a user