Files

copied

Scanning the repository...

Last update 2 months 1 week by Michael Pham
FilesFirmwareFirmware Build Filesproveskit_rp2350_v5a
..
board.c
mpconfigboard.h
mpconfigboard.mk
pico-sdk-configboard.h
pins.c
board.c
// This file is part of the CircuitPython project: https://circuitpython.org // // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries // // SPDX-License-Identifier: MIT #include "py/obj.h" #include "supervisor/board.h" // Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
Report a bug