5 lines
144 B
C
5 lines
144 B
C
#pragma once
|
|
#define ARDUINO_PICO_MAJOR 4
|
|
#define ARDUINO_PICO_MINOR 2
|
|
#define ARDUINO_PICO_REVISION 1
|
|
#define ARDUINO_PICO_VERSION_STR "4.2.1"
|