Teaching High School Robotics with the Spark Photon

I have a whole bunch of serial boards that I will need to connect with the Photon so I will need to learn how to port Arudino include files. Here is a set of postings that talks about these issues.

The github template is at GitHub - hpssjellis/arduino-includes-to-photon-template: A template for porting Arduino include files to the Particle.io Photon or Spark

but I strongly suggest working in the particle.io build IDE first (manually importing Arduino .h and .cpp include files with .ino or .cpp examples ) since using Github and publishing your library has a few quirks that are irritating for beginners.