#include "test.h" void setup() { Serial.begin(9600); Serial.print(test); } void loop() { }