SafeString
4.1.27
SafeString is a safe, robust and debuggable replacement for string processing in Arduino
SafeStringNameSpace.h
Go to the documentation of this file.
1
#ifndef SAFE_STRING_NAMESPACE_H
2
#define SAFE_STRING_NAMESPACE_H
3
//#include "SafeStringNameSpace.h"
4
5
#if defined(MEGATINYCORE_MAJOR) || defined(MOTEINO_M0) || defined(RFGATEWAY_M4) || defined(CURRENT_RANGER) || defined(__SAMD51__)
6
// to skip this for SparkFun RedboardTurbo and MegaTinyCore and MOTEINO boards and Adafruit M4 boards
7
#else
8
#if defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_MEGAAVR) || defined(ARDUINO_ARCH_MBED_RP2040) || defined(ARDUINO_ARCH_RP2040)
9
using namespace
arduino;
10
#endif
11
#endif
// #if defined(ARDUINO_SAMD_ZERO) || defined(MEGATINYCORE_MAJOR)
12
13
#endif
Arduino
SafeString
src
SafeStringNameSpace.h
Generated by
1.9.1