Hello,
My sketch is bit complex and include 6 different header files. I want to start save versions of my code(almost impossible with Spark IDE) so I want to program my Spark via Spark cloud as described here - http://docs.spark.io/api/
I know I can compile the code in my machine and send a binary file to the cloud, but I prefer to send the source code instead, Is it possible to send to the Spark cloud header files? is there any process create one file source code from few different header files?
Thanks.