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