An Arduino library to give environmental sensors a common interface of functions for use with Arduino-framework dataloggers, such as the EnviroDIY Mayfly.
This commit adds apogee's upward-facing, analog-output pyranometer, the SP-510-SS. It includes the main file and the header file.
These files are based on the SQ-212 sensor files that already exist in the library, but the most notable changes include: allowing the user to specify the calibration factor in the constructor rather than having to change it in the source code, and letting the user specify which pins are used for the analog reading.
This commit adds apogee's upward-facing, analog-output pyranometer, the SP-510-SS. It includes the main file and the header file.
These files are based on the SQ-212 sensor files that already exist in the library, but the most notable changes include: allowing the user to specify the calibration factor in the constructor rather than having to change it in the source code, and letting the user specify which pins are used for the analog reading.