Magicbit Variant (#3107)

* Updated magicbit variant

* Added LED_BUILTIN
This commit is contained in:
Magicblocks
2019-08-20 18:14:12 +05:30
committed by Me No Dev
parent 65e256c40a
commit a5f3fc6fad
2 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32;
static const uint8_t MOTOR1B = 33;
static const uint8_t MOTOR2A = 16;
static const uint8_t MOTOR2B = 17;
static const uint8_t LED_BUILTIN=16;
#endif /* Pins_Arduino_h */