mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
The IOTNODE_LORAWAN_RP2350 has an SD card and we want users to be able to `import sdcard` without copying `sdcard.py` over to their board. Signed-off-by: Malcolm McKellips <malcolm.mckellips@sparkfun.com>
4 lines
61 B
Python
4 lines
61 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
require("sdcard")
|