Add support for Megatronics 3 a la #1426
This commit is contained in:
parent
eacd931fad
commit
2ce4a102ee
3 changed files with 55 additions and 66 deletions
|
|
@ -88,10 +88,12 @@
|
|||
#include "pins_GEN3_MONOLITHIC.h"
|
||||
#elif MB(MEGATRONICS)
|
||||
#include "pins_MEGATRONICS.h"
|
||||
#elif MB(MEGATRONICS_2)
|
||||
#include "pins_MEGATRONICS_2.h"
|
||||
#elif MB(MEGATRONICS_1)
|
||||
#include "pins_MEGATRONICS_1.h"
|
||||
#elif MB(MEGATRONICS_2)
|
||||
#include "pins_MEGATRONICS_2.h"
|
||||
#elif MB(MEGATRONICS_3)
|
||||
#include "pins_MEGATRONICS_3.h"
|
||||
#elif MB(OMCA_A)
|
||||
#include "pins_OMCA_A.h"
|
||||
#elif MB(OMCA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue