version 2.1 of the License, or (at your option) any later version. #define PRINT(s, v) do { Serial.print(F(s)); Serial.print(v); } while (false) ///< Print a string followed by a value (decimal) ...
#define PRINT(s, v) { Serial.print(F(s)); Serial.print(v); } // Print a string followed by a value (decimal) #define PRINTX(s, v) { Serial.print(F(s)); Serial.print(v ...