... finally finalized a sketch that cycles through sleep, reading data, and writing data. ...can't wait to hook it up to a battery and deploy it in the field. If it performs, it will be template for future work.
This program measures a parameter that is important to ecological monitoring: photosynthetically active radiation (PAR) - basically the interval of the electromagnetic spectrum that plants use to fix carbon and grow. ... couldn't resist and had to name it "PARduino".
... don't routinely write code, but am looking for improvement, so I'm putting the program out there for peer review.
... loaded to GitHub here: GitHub - mfindley/PARduino: Data logging application for photosynthetically active radiation (PAR) using an Arduino.
Please, to everyone out there that is more experienced than me (pretty much most on this forum I suspect), look at the code and provide some feedback on coding style, readability, attribution, optimization, and about anything else. The program is put out to everyone in the spirit of open source software (read up on the different styles of licenses and decide to go with the GNU GPL), so everyone wins right? (or at least the 5 or 6 ecohydrologists in Boulder, Colorado that might use it).