提交 a5f3fc6f 编写于 作者: M Magicblocks 提交者: Me No Dev

Magicbit Variant (#3107)

* Updated magicbit variant

* Added LED_BUILTIN
上级 65e256c4
...@@ -364,7 +364,7 @@ magicbit.serial.disableRTS=true ...@@ -364,7 +364,7 @@ magicbit.serial.disableRTS=true
magicbit.build.mcu=esp32 magicbit.build.mcu=esp32
magicbit.build.core=esp32 magicbit.build.core=esp32
magicbit.build.variant=esp32 magicbit.build.variant=magicbit
magicbit.build.board=ESP32_DEV magicbit.build.board=ESP32_DEV
magicbit.build.f_cpu=240000000L magicbit.build.f_cpu=240000000L
......
...@@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32; ...@@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32;
static const uint8_t MOTOR1B = 33; static const uint8_t MOTOR1B = 33;
static const uint8_t MOTOR2A = 16; static const uint8_t MOTOR2A = 16;
static const uint8_t MOTOR2B = 17; static const uint8_t MOTOR2B = 17;
static const uint8_t LED_BUILTIN=16;
#endif /* Pins_Arduino_h */ #endif /* Pins_Arduino_h */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册