#pragma once
#ifndef ARDUINO_ARCH_AVR
#include "Cpp_Standard_Library.h"
#include _CSL_Official(cinttypes)
#else
#include <inttypes.h>
#endif