PicoVGA  1.2-cmake
VGA/TV display on Raspberry Pico
version.h
1 /*
2  * Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 // ---------------------------------------
8 // THIS FILE IS AUTOGENERATED; DO NOT EDIT
9 // ---------------------------------------
10 
11 #ifndef _PICO_VERSION_H
12 #define _PICO_VERSION_H
13 
14 #define PICO_SDK_VERSION_MAJOR 2
15 #define PICO_SDK_VERSION_MINOR 2
16 #define PICO_SDK_VERSION_REVISION 0
17 #define PICO_SDK_VERSION_STRING "2.2.0"
18 
19 #endif