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 1
16 #define PICO_SDK_VERSION_REVISION 1
17 #define PICO_SDK_VERSION_STRING "2.1.1"
18 
19 #endif