优化433MHZ中继转发
This commit is contained in:
11
433MHZ/hc12/generated/pico_base/pico/config_autogen.h
Normal file
11
433MHZ/hc12/generated/pico_base/pico/config_autogen.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// AUTOGENERATED FROM PICO_CONFIG_HEADER_FILES and then PICO_<PLATFORM>_CONFIG_HEADER_FILES
|
||||
// DO NOT EDIT!
|
||||
|
||||
|
||||
// based on PICO_CONFIG_HEADER_FILES:
|
||||
|
||||
#include "/mnt/c/Users/niuyuling/Desktop/raspberry-pico/pico-sdk/src/boards/include/boards/pico.h"
|
||||
|
||||
// based on PICO_RP2040_CONFIG_HEADER_FILES:
|
||||
|
||||
#include "/mnt/c/Users/niuyuling/Desktop/raspberry-pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h"
|
19
433MHZ/hc12/generated/pico_base/pico/version.h
Normal file
19
433MHZ/hc12/generated/pico_base/pico/version.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* 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 0
|
||||
#define PICO_SDK_VERSION_STRING "1.5.0"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user