#include #include // Not an actual example - we just want to test that this does compile. // This ensures the availability of the Serial interface. void setup() { Serial.begin(9600); } void loop() { }