#include "Arduino.h" #include "SafeSerial.h" volatile SafeSerial s; void setup() { } void loop() { s; }