adding GPL V3
[ixm-collector.git] / sketch-wrapper.cpp
blob9992f06406b5c65c3619470bbbef4b1ffc96abcc
1 /* sketch-wrapper.cpp
3 * Do includes and such necessary to support
4 * an Arduinoish sketch code, which we include from here
5 */
7 #include "sfb.h"
9 void setup();
11 void loop();
13 #include "sketch.pde"
15 /* Finally, pull in a fresh header block -- at the bottom, so
16 * sketch.pde can define SFB_SKETCH_CREATOR_ID and
17 * SFB_SKETCH_PROGRAM_ID (and SFB_SKETCH_COPYRIGHT_NOTICE) if/as it
18 * wants.
19 */
21 #include "SFBProvenanceData.h"