We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#pragma once
1 parent eb4cd43 commit 2c5e79bCopy full SHA for 2c5e79b
ports/espressif/boards/waveshare_esp32_s3_tiny/mpconfigboard.h
@@ -4,11 +4,14 @@
4
//
5
// SPDX-License-Identifier: MIT
6
7
+#pragma once
8
+
9
// Micropython setup
10
11
#define MICROPY_HW_BOARD_NAME "Waveshare ESP32-S3-Tiny"
12
#define MICROPY_HW_MCU_NAME "ESP32S3"
13
14
+#define MICROPY_HW_NEOPIXEL_ORDER_GRB (1)
15
#define MICROPY_HW_NEOPIXEL (&pin_GPIO38)
16
17
#define DEFAULT_UART_BUS_RX (&pin_GPIO19)
0 commit comments