feat: base project

This commit is contained in:
2025-03-23 14:32:05 +01:00
parent baae531649
commit 781a07fdff
5 changed files with 411 additions and 0 deletions

22
config/pico/version.h Normal file
View File

@@ -0,0 +1,22 @@
// This file should look something like this:
// version.h seems not strictly necessary
/*
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
// ---------------------------------------
// THIS FILE IS AUTOGENERATED; DO NOT EDIT
// ---------------------------------------
// #ifndef _PICO_VERSION_H
// #define _PICO_VERSION_H
// #define PICO_SDK_VERSION_MAJOR 1
// #define PICO_SDK_VERSION_MINOR 5
// #define PICO_SDK_VERSION_REVISION 1
// #define PICO_SDK_VERSION_STRING "1.5.1"
// #endif