ws2812 sample
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define _PICO_VERSION_H
#define PICO_SDK_VERSION_MAJOR
#define PICO_SDK_VERSION_MINOR
#define PICO_SDK_VERSION_REVISION
#define PICO_SDK_VERSION_STRING
Files
loading...
SourceVu
Raspberry Pi Pico SDK and Examples
ws2812 sample
build/generated/pico_base/pico/version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
2
#define
PICO_SDK_VERSION_MINOR
0
#define
PICO_SDK_VERSION_REVISION
0
#define
PICO_SDK_VERSION_STRING
"2.0.0"
5 defines
/* ... */
#endif
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
PICO_SDK_VERSION_STRING
_PICO_VERSION_H
PICO_SDK_VERSION_MAJOR
PICO_SDK_VERSION_MINOR
PICO_SDK_VERSION_REVISION