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.
1 parent 1331c47 commit 0a92748Copy full SHA for 0a92748
src/boards/include/boards/pololu_3pi_2040_robot.h
@@ -0,0 +1,12 @@
1
+#pragma once
2
+
3
+// For board detection
4
+#define POLOLU_3PI_2040_ROBOT
5
6
+#define PICO_DEFAULT_LED_PIN 25
7
+#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
8
+#define PICO_FLASH_SPI_CLKDIV 2
9
+#define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024)
10
11
+// All boards have at least the B1 revision
12
+#define PICO_RP2040_B0_SUPPORTED 0
0 commit comments