Add Cartesio CN Controls V11 board

This commit is contained in:
Indrek Ardel
2016-07-04 18:32:52 +03:00
parent c8f2dd7cd5
commit ecb23c1b65
5 changed files with 112 additions and 3 deletions

View File

@ -31,6 +31,8 @@
#include "pins_GEN7_13.h"
#elif MB(GEN7_14)
#include "pins_GEN7_14.h"
#elif MB(CNCONTROLS_11)
#include "pins_CNCONTROLS_11.h"
#elif MB(CNCONTROLS_12)
#include "pins_CNCONTROLS_12.h"
#elif MB(CHEAPTRONIC)
@ -422,4 +424,3 @@
#define HAS_DIGIPOTSS (PIN_EXISTS(DIGIPOTSS))
#endif //__PINS_H