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 0f75a28 commit 388d8afCopy full SHA for 388d8af
micropython/board/RPI_PICO_W/manifest.py
@@ -2,6 +2,9 @@
2
3
require("bundle-networking")
4
5
+# SD Card
6
+require("sdcard")
7
+
8
# Bluetooth
9
require("aioble")
10
0 commit comments